armada icon indicating copy to clipboard operation
armada copied to clipboard

Write Pulsar message-receiving client for testing

Open richscott opened this issue 2 years ago • 1 comments

Using the data defintions and logic in internal/pulsarutils/pulsarclient.go and messageid.go, write a basic Pulsar client program that (optionally, authenticates first) to a Pulsar cluster, and continuously polls (select's) from a channel as supplied by the Receive() func in internal/pulsar/async.go. Connection configuration should be specifiable via command-line flags.

Interrupting the program (ctrl+c / SIGINT) should close the context and terminate the program.

This issue is part of the suite of tools specified in #1460.

richscott avatar Sep 12 '22 15:09 richscott

Hey team! Please add your planning poker estimate with Zenhub @dejanzele @jayofdoom @kannon92 @richscott @suprjinx

dave-gantenbein avatar Sep 21 '22 17:09 dave-gantenbein