Kafdrop icon indicating copy to clipboard operation
Kafdrop copied to clipboard

Updated to new kafka client version with an option to connect to secured kafka cluster

Open satendra-sahu opened this issue 6 years ago • 4 comments

Made changes to support new kafka client versions. Has an ability to connect to secured kafka cluster using JaaS configuration file.

Following are the changes:

  • Added following properties to application.yml

     kafka:
         env: local
         brokerConnect: localhost:9092
         isSecured: true
    
     zookeeper:
         connect: localhost:2181
    
  • To run the application jaas file should be present in the user.dir. jaas config file is picked up based on the env specified in kafka.evn property. Ex if env=local then "kaas_local_jaas.conf" will be used for authentication.

satendra-sahu avatar Sep 28 '18 08:09 satendra-sahu

can you let me know when is the functionality available for secured cluster connectivity?

bj9306 avatar Mar 15 '19 02:03 bj9306

@dhayha Any plans to merge this pull request?.

satendra-sahu avatar Apr 02 '19 06:04 satendra-sahu

can i vote for merging this ? would make kafdrop even more useful in a SASL_SCRAM env

winter98 avatar Apr 02 '19 22:04 winter98

happy to help with any testing etc.

winter98 avatar Apr 02 '19 22:04 winter98