We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi guys,
We are using Hutch to listen to a routing-key on RabbitMQ and insert the read message on ElasticSearch.
We found out some strange behaviours that we don't know if it is expected.
A batch processes publishes messages and we are facing the following:
Our code is nothing more than:
module ElasticsearchSync::Worker class MyClass include Hutch::Consumer consume 'a_routing_key.*' queue_name 'my_queue_name' def process(message) // Posting to ES end end end
As you can see, the messages are not acked after being processed.
The Hutch's version is hutch (0.19.0)
hutch (0.19.0)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi guys,
We are using Hutch to listen to a routing-key on RabbitMQ and insert the read message on ElasticSearch.
We found out some strange behaviours that we don't know if it is expected.
A batch processes publishes messages and we are facing the following:
Our code is nothing more than:
As you can see, the messages are not acked after being processed.
The Hutch's version is
hutch (0.19.0)
The text was updated successfully, but these errors were encountered: