A fully local demo of kafka-worker and kafka-websocket-shim, no Cloudflare account required.
The go folder shows a Kafka client written in Go using the Go package provided by kafka-websocket-shim to connect to a local version of kafka-worker.
The python folder shows a Kafka client written in Python using the TCP proxy provided by kafka-websocket-shim to connect to a local version of kafka-worker.
Both examples look and behave exactly the same to the user, despite using different client libraries and methods for connecting to the broker.