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
I need to be able to tell the consumers to start from a specified offset. This is implemented in Confluent Kafka by calling Assign with a TopicPartitionOffset.
Describe the solution you'd like
There is currently the ability to set ManualAssignPartitions in the Consumer Configuration, It would be nice to also have ManualAssignPartitionOffsets. Configuration would look like:
Is your request related to a problem you have?
I need to be able to tell the consumers to start from a specified offset. This is implemented in Confluent Kafka by calling
Assign
with aTopicPartitionOffset
.Describe the solution you'd like
There is currently the ability to set
ManualAssignPartitions
in the Consumer Configuration, It would be nice to also haveManualAssignPartitionOffsets
. Configuration would look like:The implementation would look like:
Are you able to help bring it to life and contribute with a Pull Request?
Yes
Additional context
No response
The text was updated successfully, but these errors were encountered: