sdk-go/samples/kafka
github-actions[bot] ebd5561496
chore: update dependencies
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-16 03:33:59 +00:00
..
message-handle-non-cloudevents change denpendency sarama from Shopify to IBM 2023-08-07 13:42:16 +07:00
receiver change denpendency sarama from Shopify to IBM 2023-08-07 13:42:16 +07:00
sender change denpendency sarama from Shopify to IBM 2023-08-07 13:42:16 +07:00
sender-receiver change denpendency sarama from Shopify to IBM 2023-08-07 13:42:16 +07:00
README.md moving location of packages for submodules (#519) 2020-05-27 08:49:56 -07:00
go.mod chore: update dependencies 2025-06-16 03:33:59 +00:00
go.sum chore: update dependencies 2025-06-16 03:33:59 +00:00

README.md

Kafka samples

To run the samples, you need a running Kafka cluster.

To run a sample Kafka cluster using docker:

docker run --rm --net=host -e ADV_HOST=localhost -e SAMPLEDATA=0 lensesio/fast-data-dev