You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* adding the ability to use security-inter-broker-protocol in koperator
* updating util.go to remove _ for generated names
* adding replace all for external listener port name
* fixing other places where externallistener name is used to not have _
* adding an alternative way to identify which port to use for kafka administration and cc connection
* taking out comments for pr push
* fixing kafka crd
* setting omitempty so it will not be required
* adding generated crds
* adding comments with context for new flag UsedForKafkaAdminCommunication
* Use getBrokerReadOnlyConfig function to get properties and update unit test - security_inter_broker_protocol_Set
* Update crds to match generated manifest
---------
Co-authored-by: Cameron Wright <red82277@adobe.com>
Co-authored-by: Ha Van <red83362@adobe.com>
// UsedForKafkaAdminCommunication allows for a different port to be returned when the koperator is checking for the port to use to check if kafka is operating.
ifval.UsedForKafkaAdminCommunication { // Optional override to return a port from a different listener. Needed if b2b communication is on an external listener and and you want the koperator to interact with kafka over a different port.
iflc.UsedForKafkaAdminCommunication { // Optional override to return a port from a different listener. Needed if b2b communication is on an external listener and and you want the koperator to interact with kafka over a different port.
0 commit comments