Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1016 Bytes

File metadata and controls

43 lines (27 loc) · 1016 Bytes

StreamX Blueprints

StreamX services implementations dedicated to be a showcase of how to develop services and also production ready services which can be used to create StreamX mesh.

See example setup of mesh with the Blueprints here.

Known issues to be resolved

Search by ticket URL to find references to the given issue in code.

smallrye/smallrye-reactive-messaging#2687

Run

Install StreamX CLI:

brew install streamx-dev/tap/streamx

Start mesh defined in mesh.yaml:

streamx run

Optionally run script to trigger example publications and see results:

sh publish-all.sh

Inspect Pulsar topics and messages of the running StreamX Mesh

Run the following tool. If required - adjust settings in the script to match your environment. Remember to not commit those changes to git repository

sh streamvisor.sh

Releasing

Release process is described in RELEASE