kafka-go
kafka-go copied to clipboard
Allow setting Set ConsumerGroupConfig.Timeout from ReaderConfig
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.