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 wanted to use commitBatch which suppose use underlying chunks. My stream is already chunked because I try to commit offsets already grouped for producer:
Hi,
Consumer documentation mention
commitBatch
,commitBatchOption
. However, they do not exist in the code: https://github.com/fd4s/fs2-kafka/search?q=commitBatchOptionI wanted to use commitBatch which suppose use underlying chunks. My stream is already chunked because I try to commit offsets already grouped for producer:
In general I don't see real example in docs for using passthrough of producer to commit consumed offsets.
The text was updated successfully, but these errors were encountered: