Skip to content

Commit d02eebf

Browse files
committed
remove comment
1 parent 2f59005 commit d02eebf

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

rust/operator-binary/src/resource/configmap.rs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -403,15 +403,3 @@ fn jaas_config_file(is_kerberos_enabled: bool) -> String {
403403
},
404404
}
405405
}
406-
/*
407-
KafkaClient {{
408-
com.sun.security.auth.module.Krb5LoginModule required
409-
useKeyTab=true
410-
storeKey=true
411-
isInitiator=false
412-
keyTab=\"/stackable/kerberos/keytab\"
413-
principal=\"kafka/{node_address}@${{env:KERBEROS_REALM}}\";
414-
}};
415-
416-
bootstrap_address = node_address_cmd(STACKABLE_LISTENER_BOOTSTRAP_DIR),
417-
*/

0 commit comments

Comments
 (0)