clebertsuconic commented on PR #6323: URL: https://github.com/apache/artemis/pull/6323#issuecomment-4203133300
The reason I had to add a V4 is because of Paging: On this part here, I encode the number of queues and the queueIDs: https://github.com/apache/artemis/blob/5b122779947d402cfebc2997c4c8c1ea08c4d161/artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/impl/PagedMessageImpl.java#L227-L234 At the point of the encoder I don't have any reference to the number of bytes used by its own decoder. I'm adding one on V4 now, if in the future anything else is added, we will stop reading at that marker. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
