Skip to content

ehabqadah/access_kafka_via_ssh_tunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

access_kafka_via_ssh_tunel

This is a shell script to access remote Kafka cluster via SSH tunnel.

Usage:

  • chmod +x kafkaTunnel.sh

  • ./kafkaTunnel.sh [--remote-machine user@hostname] [--zookeeper host1:port1, ...] [---bootstrap host1:port1, ...]

  • Then the Kafka zookeepers/servers can be accessed on the local machine by the original IPs/ports.

Reference

This shell scrip is an extension for this python script.

Contributor:

Ehab Qadah: [email protected].

About

This is a shell script to access Kafka cluster via SSH tunnel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages