rabbitmq / rabbitmq-stream-go-client

A client library for RabbitMQ streams
MIT License
161 stars 13 forks source link

Add UUID type in generated message. #276

Closed bangjiehan closed 3 months ago

bangjiehan commented 3 months ago

Create output directory when saving. Output deterministic message while not using 'map'.

This is mainly for unit test in https://github.com/rabbitmq/rabbitmq-stream-dotnet-client/pull/367 But I am not sure whether this script is being used in this repo too?

Gsantomaggio commented 3 months ago

But I am not sure whether this script is being used in this repo too?

Don't worry I will generate the file for you. At the moment the process is manual at some point I will make automatic

thank you for your effort