Giter Club home page Giter Club logo

Comments (4)

devshawn avatar devshawn commented on July 20, 2024

Hi @dandamudi1414, it can connect to any cluster as long as you have access to it (network-wise and authentication wise) through configuration.

Here is an example connecting to a Confluent Cloud cluster.

An example kafka properties file:

bootstrap.servers=pkc-xxx.us-east-1.aws.confluent.cloud:9092
ssl.endpoint.identification.algorithm=https
sasl.mechanism=PLAIN
request.timeout.ms=20000
retry.backoff.ms=500
sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username="xxx" password="xxx";
security.protocol=SASL_SSL

Example kafka-shell config (~/.kafka-shell/config.yaml):

version: 1
enable:
  history: true
  save_on_exit: false
  auto_complete: true
  auto_suggest: true
  inline_help: true
  fuzzy_search: true
cluster: remote
clusters:
  remote:
    bootstrap_servers: pkc-xxx.us-east-1.aws.confluent.cloud:9092
    consumer_settings:
      config: /Users/devshawn/remote.properties
    producer_settings:
      config: /Users/devshawn/remote.properties
    admin_client_settings:
      config: /Users/devshawn/remote.properties

from kafka-shell.

dandamudi1414 avatar dandamudi1414 commented on July 20, 2024

Thanks @devshawn for the reply i will check and get back to you .. !

** I am trying this in Windows 10 hope no issues

from kafka-shell.

devshawn avatar devshawn commented on July 20, 2024

Hi @dandamudi1414, this tool is built upon the actual Apache Kafka command-line tools. You must install those tools, such as kafka-topics, to use it. Check out the Kafka documentation on how to install those tools :)

from kafka-shell.

dandamudi1414 avatar dandamudi1414 commented on July 20, 2024

Sure Thank you :)

from kafka-shell.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.