Does AWS' Managed Streaming for Apach Kafka (MSK) have enable.auto.commit
set to true
by default? I't not showing up in the docs, and I want to make sure that my consumers are properly committing offsets.
Or does MSK follow the Kafka process cited here where if a consumer sets a ConsumerGroup ID, then MSK automatically sets enable.auto.commit = true
by default?