We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23ff3d commit 72c71b4Copy full SHA for 72c71b4
rust/operator-binary/src/crd/listener.rs
@@ -263,6 +263,7 @@ pub fn pod_kcat(
263
cluster_info: &KubernetesClusterInfo,
264
) -> Result<String, KafkaListenerError> {
265
Ok(format!(
266
+ // TODO where does this prefix come from? Is it safe to hard-code it?
267
"$POD_NAME-listener-broker.{namespace}.svc.{cluster_domain}",
268
namespace = kafka.namespace().context(ObjectHasNoNamespaceSnafu)?,
269
cluster_domain = cluster_info.cluster_domain
0 commit comments