For example, api_version_request=true is the default from the global config properties. I am having trouble finding the correct file in my system to modify these configurations. What file should I be looking for?
(if it helps, using go + docker)
For example, api_version_request=true is the default from the global config properties. I am having trouble finding the correct file in my system to modify these configurations. What file should I be looking for?
(if it helps, using go + docker)
The confluent Go library uses librdkafka, which has all properties defined in Github.
https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
having trouble finding the correct file in my system to modify these configurations ... What file should I be looking for?
Your main.go? A ConfigMap? https://docs.confluent.io/kafka-clients/go/current/overview.html#go-example-code