Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir authored Jul 28, 2020
1 parent a4a5893 commit bd83b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Each message key on the command topic is a JSON object containing the topic to p
### Producing Command Messages
There are various ways to produce command messages:
1. Interactive kafka-console-producer.sh
You can command the connector to monitor to a new EPICS CA channel with a JSON formatted message such as:
You can command the connector to monitor a new EPICS CA channel with a JSON formatted message such as:
```
docker exec -it kafka /kafka/bin/kafka-console-producer.sh --bootstrap-server kafka:9092 --topic epics-channels --property "parse.key=true" --property "key.separator=="
> {"topic":"channel1","channel":"channel1"}={"mask":"va"}
Expand Down

0 comments on commit bd83b92

Please sign in to comment.