Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sub-entry batching implementation #54

Merged
merged 19 commits into from
May 22, 2023
Merged

Sub-entry batching implementation #54

merged 19 commits into from
May 22, 2023

Conversation

DanielePalaia
Copy link
Collaborator

This PR is implementing the sub-entry batching functionality #53.
Similarly on what we already do in Java/.NET clients:

https://rabbitmq.github.io/rabbitmq-stream-java-client/stable/htmlsingle/#sub-entry-batching-and-compression
https://rabbitmq.github.io/rabbitmq-stream-dotnet-client/stable/htmlsingle/index.html#sub-entry-batching-and-compression

Unit tests have been added as well as some manual tests with other clients to see compatibility

DanielePalaia and others added 14 commits May 3, 2023 16:49
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
@DanielePalaia DanielePalaia marked this pull request as draft May 15, 2023 13:08
@DanielePalaia DanielePalaia force-pushed the gas/subbatching branch 3 times, most recently from be6b8d0 to 9b04455 Compare May 15, 2023 15:11
@DanielePalaia
Copy link
Collaborator Author

Hey @qweeze we are working on this sub-entry batch implementation similary to how is done: https://rabbitmq.github.io/rabbitmq-stream-dotnet-client/stable/htmlsingle/index.html#sub-entry-batching-and-compression and https://rabbitmq.github.io/rabbitmq-stream-java-client/stable/htmlsingle/#sub-entry-batching-and-compression

I'm doing a few more tests before completing it. Feel free if you'd like a have a look! Thanks!

@DanielePalaia DanielePalaia marked this pull request as ready for review May 19, 2023 14:52
@DanielePalaia DanielePalaia merged commit 9515da7 into master May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants