[chore][pkg/kafka/configkafka] resolve_canonical_bootstrap_servers_only is ignored for franz-go#45319
[chore][pkg/kafka/configkafka] resolve_canonical_bootstrap_servers_only is ignored for franz-go#45319carsonip wants to merge 2 commits intoopen-telemetry:mainfrom
Conversation
|
@carsonip Thanks for your PR. Sarama was completely removed from those packages, if this parameter is unused in franz-go, we should completely remove it. WDYT ? I could also check what is needed for franz-go support it |
Thanks for pointing that out. I was not aware. Then we'll need to follow the deprecation process to clear out sarama-specific config. But in this |
|
Looks like franz-go doesn't directly support this, but enables it by allowing you to inject a Dialer. Relevant KIPs:
OTOH nobody has raised any fuss about the config not working since we switched to franz-go... 🤷♂️ Maybe we deprecated and remove |
I'm ok with this approach. I think it is better to support |
|
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
|
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
Description
Update docs and comment to state that franz-go does not support
resolve_canonical_bootstrap_servers_onlyLink to tracking issue
Testing
Documentation