Closed DanielePalaia closed 7 months ago
Can you change the example https://github.com/qweeze/rstream/tree/super_stream_create/docs/examples/super_stream ?
By removing the command line script and using the new API.
I would use the partition number based instead of the keys based for the example or create boh
@Gsantomaggio Done!
This closes #156
The SuperstreamProducer is now taking in input a new field: super_stream_creation_option of type
If the super_stream specified in the super_stream field doesn't exist and super_stream_creation_option is set then it will create the super stream.
Also create_super_stream and delete_super_stream have been implemented in the SuperstreamProducer class