README ¶ This directory contains adhoc scripts to bootstrap the environment for consensus. Create the topic with go run create_topic.go. This will print out the topic-id Submit a new message with go run bootstrap/submit_message.go -t="<topid-id>" -c="hello future" Read message by subscribing go run bootstrap/get_message.go -t="<topid-id>" -c="hello future" Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files create_topic.go query_topic.go submit.go Click to show internal directories. Click to hide internal directories.