Skip to content

Latest commit

 

History

History
executable file
·
31 lines (22 loc) · 704 Bytes

README.md

File metadata and controls

executable file
·
31 lines (22 loc) · 704 Bytes

Solace Demo

This repository demonstrates how to use the Solace source and sink connector.

alt

Docker

Increase the memory to around 9GiB

Make commands

make build # builds the docker images
make cluster # creates the cluster
make topics # creates the kafka topics
# make sure solace is up and running
make queues # makes the a queue in the default Message VPN in solace
make connect # makes the source and sink solace connectors

Consume and Produce messages

Run the commands below in 2 different terminals.

# terminal 1
make producer # to put your data in
# terminal 2
make consumer # to consume the data you sent to solace via connectors