Skip to content

Commit

Permalink
fixing config to be plaintext by default
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhks committed Jan 21, 2022
1 parent 8b75b2b commit a93163d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ topic_monitor.stale_partition_age = 1 minute
topic_monitor.dead_client_restart = 1 minute

topic_monitor.client {
ssl.protocol: "TLSv1.2"
security.protocol: "SSL"
#All settings here will be passed directly to the kafka client
#ssl.protocol: "TLSv1.2"
security.protocol: "PLAINTEXT"
}

0 comments on commit a93163d

Please sign in to comment.