You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you log ByteBuffer[] generated by SchemaEventBuilder just before sending, you can see 2 buffers, one of these has limit==8 and capacity==4096. The event header is written to a separate buffer which is not used after this.
Is there an existing issue for this?
Current Behavior
If you log
ByteBuffer[]
generated bySchemaEventBuilder
just before sending, you can see 2 buffers, one of these haslimit==8
andcapacity==4096
. The event header is written to a separate buffer which is not used after this.Expected Behavior
Will be good to use the same buffer for both event header and the event payload.
Steps To Reproduce
Log
BlazingMQ Java SDK Version
0.0.10
Anything else?
No response
The text was updated successfully, but these errors were encountered: