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
Consumer Context can contain chunk position + offset
Multiple Codec options, does not have to be external to the client
Message Handling must not block main thread
During consumer reconnect we must start at the same offset
Initial credits, should be configurable, perhaps specifiy a limit range (1-1000)
Description
Expanding on the V1 consumer, while addressing some issues highlighted in this issue #241. Keep the design close to Producer v2 for a more streamlined user experience. For example, the Consumer Options struct contains only optional params
Ideal Features
Description
Expanding on the V1 consumer, while addressing some issues highlighted in this issue #241. Keep the design close to Producer v2 for a more streamlined user experience. For example, the Consumer Options struct contains only optional params
Consumer Options
Single Active Consumer is created via the singleActiveConsumer bool and reference string in ConsumerOpts
The text was updated successfully, but these errors were encountered: