kafka-workshop | repository provides bare minimum code and framework to get
kandi X-RAY | kafka-workshop Summary
kandi X-RAY | kafka-workshop Summary
kafka-workshop is a Python library. kafka-workshop has no bugs, it has no vulnerabilities and it has low support. However kafka-workshop build file is not available. You can download it from GitHub.
This repository provides bare minimum code and framework to get kafka hands-on experience (Just like kafka hello world!). This repository can be used by people who want to understand kafka and get their hand dirty.
This repository provides bare minimum code and framework to get kafka hands-on experience (Just like kafka hello world!). This repository can be used by people who want to understand kafka and get their hand dirty.
Support
Quality
Security
License
Reuse
Support
kafka-workshop has a low active ecosystem.
It has 0 star(s) with 0 fork(s). There are no watchers for this library.
It had no major release in the last 6 months.
kafka-workshop has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of kafka-workshop is current.
Quality
kafka-workshop has no bugs reported.
Security
kafka-workshop has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
kafka-workshop does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
kafka-workshop releases are not available. You will need to build from source code and install.
kafka-workshop has no build file. You will be need to create the build yourself to build the component from source.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of kafka-workshop
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of kafka-workshop
kafka-workshop Key Features
No Key Features are available at this moment for kafka-workshop.
kafka-workshop Examples and Code Snippets
No Code Snippets are available at this moment for kafka-workshop.
Community Discussions
No Community Discussions are available at this moment for kafka-workshop.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install kafka-workshop
This step will take couple of minutes. It will bring up the Ubuntu 14.04 box with Zookeeper and Kafa installed in /home/vagrant/workspace/ directory. The vagrant box also has .kafka-workspace virtual environment in /home/vagrant/workspace/ direcotry. This virtual environment is used by the python scripts (kafka-consumer.py & kafka-producer.py). You will notice Zookeeper and Kafka directory inside workshop directory, whereas src directory of the project is mapped to /vagrant/src/ directory. Execute pgrep java to make sure that services (Zookeeper & Kafka) are up. If you don't see any output, then something is definitely wrong. Check the troubleshooting section.
Clone this repository or download it by clicking Dowload zip button given on left.
Bring up the vagrant box by executing the following command.
Open two terminals and ssh to the vagrant from kafka-workshop directory. One of them can be used for producer whereas other can be used for consumer script. Run the following commands on both terminals.
On one of the terminals, start the services by executing the following command.
Execute the following command on any of the terminals to create the kafka topic.
Execute the following command on consumer-terminal. Consumer script will keep waiting for messages from the producer. Once a message is available, it will print on console.
Execute the following command on producer-terminal to publish "Hello from script" message on test topic.
voila!!! The client will print the message on console. It will be something similar to this.
Feel free to play with the consumer and producer scripts. Also check out the command section for cool commands.
Clone this repository or download it by clicking Dowload zip button given on left.
Bring up the vagrant box by executing the following command.
Open two terminals and ssh to the vagrant from kafka-workshop directory. One of them can be used for producer whereas other can be used for consumer script. Run the following commands on both terminals.
On one of the terminals, start the services by executing the following command.
Execute the following command on any of the terminals to create the kafka topic.
Execute the following command on consumer-terminal. Consumer script will keep waiting for messages from the producer. Once a message is available, it will print on console.
Execute the following command on producer-terminal to publish "Hello from script" message on test topic.
voila!!! The client will print the message on console. It will be something similar to this.
Feel free to play with the consumer and producer scripts. Also check out the command section for cool commands.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page