orpiske commented on a change in pull request #629: URL: https://github.com/apache/camel-website/pull/629#discussion_r715383119
########## File path: content/blog/2021/09/camel-kafka-consumer-changes/index.md ########## @@ -0,0 +1,68 @@ +--- +title: "Upcoming changes to the consumer on Kafka component" +date: 2021-09-24 +draft: false +authors: [orpiske] +categories: ["Features", "Camel"] +preview: "Upcoming changes to the consumer on Kafka component" +--- + +We recently started to review, investigate and fix reliability issues with the [Kafka](https://camel.apache.org/components/latest/kafka-component.html) component. As part of that, we refactored the code to avoid problematic concurrency patterns, remove calls to deprecated Kafka client code and simplify the overall maintainability of the code. This led to many changes in the internal implementation of the component, which we will talk about in this blog post. Review comment: Ahhh, thanks. I had removed it before I saw your comment. Let me do you as you suggested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
