Travis Bischel
Travis Bischel
To confirm: you'd like a way to inspect the `ErrorCode` field _within_ all responses?
What would this API look like? One option is to just give you the raw message, but then _you_ would need to know where the error fields are, _and_ sometimes...
Do you have a proposal for the hook? With failed messages, I'd think you could use the existing promise `error` field in the callback, so I'm not sure what a...
Closing for now -- willing to reopen with a proposal
With proposal, perhaps yes
I think you're asking for plugin support? I'm open to reviewing and merging a new plugin.
> Guarantee group member assignments are always encoded as syntactically valid ConsumerMemberAssignment blobs (even when logically empty) via assignmentOrEmpty/ensureMemberAssignment, so followers and stable members can always decode assignments. Can you...
checking in @cjohnson-confluent ^^ on the comments
Originally my thinking with `ProduceSync` is that you'd use it to produce a bunch of records at once, so the lingering kinda still benefits that case by preventing some batches...
I previously considered doing that, but the few implementation options I have are: * `Flush` - easiest and what I tried first - this waits for anything within the client...