-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
area/clienthelp wantedlifecycle/staletype/featureThe PR added a new feature or issue requested a new featureThe PR added a new feature or issue requested a new feature
Description
Is your feature request related to a problem? Please describe.
Working with large volumes of data requires partitioned topics. Ensuring exactly-once using idempotent operations requires using the Reader interface, but it doesn't support partitioned topics.
Describe the solution you'd like
The Reader interface should support partitioned topics
Describe alternatives you've considered
The issue #3643 would be a workaround that would allow this to work by creating and destroying Consumers. This is quite clunky though.
Metadata
Metadata
Assignees
Labels
area/clienthelp wantedlifecycle/staletype/featureThe PR added a new feature or issue requested a new featureThe PR added a new feature or issue requested a new feature