Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bjhaid/kafka_ex_demo
https://github.com/bjhaid/kafka_ex_demo
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bjhaid/kafka_ex_demo
- Owner: bjhaid
- Created: 2015-03-29T17:18:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-29T17:18:55.000Z (over 9 years ago)
- Last Synced: 2023-03-11T22:07:42.491Z (over 1 year ago)
- Language: Elixir
- Size: 97.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
KafkaExDemo
===========This is a demo of [kafka_ex](https://github.com/jacklund/kafka_ex)
Install kafka via https://github.com/bjhaid/kafka_docker
#### Producer
`$ mix run lib/producer.exs`#### Consumer
`$ mix run lib/consumer.exs`#### Metadata
`$ mix run lib/metadata.exs`#### Offset
`$ mix run lib/offset.exs`#### Streaming
`$ mix run lib/stream.exs`