-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kafka - configurable javax.net.debug setting #1891
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -2,6 +2,12 @@ | |||
Description=Kafka Daemon | |||
After=zookeeper.service | |||
|
|||
{% if specification.kafka_var.javax_net_debug is defined %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kafka_var
? maybe we should refactor this sometime in the future ? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sk4zuzu have you seen "Gopher's day" movie? ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know... 😞
javax.net.debug option is disabled by default and configurable from kafka yaml (kafka_var.javax_net_debug)
216d368
to
ebd17a7
Compare
Modified kafka.service.j2 to handle configurable
javax_net_debug
which by default will be disabled (commented).Tested on ubuntu onprem.