kafka-go icon indicating copy to clipboard operation
kafka-go copied to clipboard

Allow setting Set ConsumerGroupConfig.Timeout from ReaderConfig

Open wwade opened this issue 10 months ago • 0 comments

When a reader is used to do an explicit Commit, there wasn't any way to specify the ConsumerGroupConfig.Timeout that was being used for the operation.

With this change, we can set ReaderConfig.Timeout and have it copied over to the ConsumerGroupConfig when that is created from the ReaderConfig.

wwade avatar Jan 14 '25 01:01 wwade