You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NATS Consume task should be able to consume from NATS topic.
Actual Behaviour
NATS Consume task is unable to connect to the NATS server. Here is the error:
2024-03-25 20:18:10.557 Timeout or no response waiting for NATS JetStream server
2024-03-25 20:18:10.557 java.io.IOException: Timeout or no response waiting for NATS JetStream server
at io.nats.client.impl.NatsJetStreamImpl.responseRequired(NatsJetStreamImpl.java:249)
at io.nats.client.impl.NatsJetStreamImpl.makeRequestResponseRequired(NatsJetStreamImpl.java:233)
at io.nats.client.impl.NatsJetStreamImpl._getStreamNames(NatsJetStreamImpl.java:170)
at io.nats.client.impl.NatsJetStreamImpl.lookupStreamBySubject(NatsJetStreamImpl.java:224)
at io.nats.client.impl.NatsJetStream.createSubscription(NatsJetStream.java:329)
at io.nats.client.impl.NatsJetStream.subscribe(NatsJetStream.java:639)
at io.kestra.plugin.nats.Consume.run(Consume.java:72)
at io.kestra.plugin.nats.Consume.run(Consume.java:31)
at io.kestra.core.runners.Worker$WorkerThread.run(Worker.java:710)
On the contrary, the Produce task is working perfectly fine.
Steps To Reproduce
Run the example flow by providing the correct values for url and topic.
The execution fails with an error.
Environment Information
Kestra Version: 0.15.5
Plugin version: 0.15.5
Operating System (OS / Docker / Kubernetes): Docker
Expected Behavior
NATS Consume task should be able to consume from NATS topic.
Actual Behaviour
NATS Consume task is unable to connect to the NATS server. Here is the error:
On the contrary, the Produce task is working perfectly fine.
Steps To Reproduce
Environment Information
Example flow
The text was updated successfully, but these errors were encountered: