Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision |
| dev:kafka [2023/03/08 23:27] – created adam | dev:kafka [2025/12/05 08:00] (current) – external edit 127.0.0.1 |
|---|
| bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic gray_messages.global.report --from-beginning | bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic gray_messages.global.report --from-beginning |
| |
| bin/kafka-console-producer.sh --bootstrap-server localhost:9092 --topic gray_messages.global.sound_off | bin/kafka-console-producer.sh --bootstrap-server localhost:9092 --topic gray_messages.global.sound_off |
| |
| and then type your messages; ''{"type": "gray_messages.global.sound_off"}'' | and then type your messages. Here's a few you might like (all will need the quotes fixed :/ but some might need further edits) |
| | |
| | * ''{"type": "gray_messages.global.sound_off"}'' |
| | * ''{"type": "gray_messages.directorial.execute_command", "command":"yt-dl", "args":""}'' |