Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bjhaid/kafka_ex_demo


https://github.com/bjhaid/kafka_ex_demo

Last synced: 26 days ago
JSON representation

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`