looking for example of Erlang stream publisher

I am interested in looking at rabbitmq streams for a new project coming up. But the code will be in Erlang, and I am having trouble finding any examples in Erlang for using, specifically publishing, to streams. I would appreciate any pointers to some simple examples.

Thanks,

Mark.

1 Like

Maybe helpful. Magnus / lake · GitLab

Lake seems to be the ‘blessed’ streams client for Erlang
https://www.rabbitmq.com/devtools.html

There is enough info in the tests in the streams plugin itself to possibly work out what’s going on.

rabbit_stream_SUITE

1 Like