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
With the release of Kafka 4.0, I would like to know about plans to support KIP-932: Queues for Kafka, which is currently in early access. Are there any plans to support or start development on this feature, or will it start as we get closer to stable status? Thanks!
The text was updated successfully, but these errors were encountered:
Hi, yes, we have it on the roadmap. After some internal planning around its design, we will most likely provide some early versions in the upcoming milestones.
sobychacko
added a commit
to sobychacko/spring-kafka
that referenced
this issue
May 23, 2025
- Preliminary set of changes to support Kafka queueus introduced via KIP-932 (Kafka Queue)
for early access in Apache Kafka 4.0.0.
See: https://cwiki.apache.org/confluence/display/KAFKA/KIP-932%3A+Queues+for+Kafka
- Add ShareConsumerFactory interface and DefaultShareConsumerFactory implementation as the
initial building blocks for supporting Kafka Queues (KIP-932) in Spring for Apache Kafka 4.0.x.
This factory and the implementation provide a flexible API for creating share consumers,
and are designed as the foundation for further queue integration.
- Tests to verify the share consumer behavior
Related to spring-projects#3875spring-projects#3875
Signed-off-by: Soby Chacko <[email protected]>
Hi!
With the release of Kafka 4.0, I would like to know about plans to support KIP-932: Queues for Kafka, which is currently in early access. Are there any plans to support or start development on this feature, or will it start as we get closer to stable status? Thanks!
The text was updated successfully, but these errors were encountered: