agavra opened a new pull request, #10154: URL: https://github.com/apache/pinot/pull/10154
Minor PR to change the serialization of mailbox identifier to a JSON format. For example: ``` {"jobId":"-7324288832996730535_2","from":"localhost:52683","to":"localhost:52683"} ``` This is the first PR in a series to introduce virtual server. It makes it easier for me to change the `ServerAddress` to also include a partition identifier. **NOTE**: I chose to encode the server address in `:`-delimited instead of JSON to make it easier to read and send fewer bytes on the wire, but it does make them less flexible going forward (you can only add things at the end). -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org