Skip to content

Error when running redpanda connect in multiple pods with NATS Jetstream as input. #2695

Closed Answered by BenBasilTomy
BenBasilTomy asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @mihaitodor
I had asked a similar question in the NATS community and learned that it was more of a NATS issue than a Benthos one. The problem was caused by using both the queue and durable fields simultaneously. Removing the durable field while running Benthos with NATS as input in multiple pods solved the issue.

The NATS community mentioned that the error message indicated I was trying to subscribe to a consumer using a queue group ('queue': testqueue in my configuration), which is only needed when subscribing to a push consumer. However, the consumer I was trying to use ('durable': awsloadtest in my config) was configured as a pull consumer. They suggested checking the Benthos docum…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@BenBasilTomy
Comment options

Answer selected by BenBasilTomy
@mihaitodor
Comment options

@BenBasilTomy
Comment options

@BenBasilTomy
Comment options

@mihaitodor
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants