Open r-vasquez opened 2 years ago
This should wait for #4538. To properly convert, we should support common configuration flags. This will add 7 flags, and in the prometheus case, will drown out --node-addrs being used as-is. It'll make the help text more confusing.
Follow Up for: https://github.com/redpanda-data/redpanda/pull/7047#discussion_r1018188608
rpk has it's own
kafka
package with a method NewClient which creates a kgo client, we should use this package for all of our initialization of kafka clients across rpk.Currently,
prometheus-config
andcontainer
create their own client and don't use our rpkkafka
package.JIRA Link: CORE-1076