hubcio opened a new pull request, #3754:
URL: https://github.com/apache/iggy/pull/3754

   Consumer group join/leave on the ng metadata plane committed
   silent OK no-ops when the stream, topic, group or membership was
   missing, so clients saw success where the legacy server reports
   an error. Both ops now resolve level by level and commit the
   legacy codes (1009/2010/5000, and 5006 for leaving as an absent
   member), pinned end to end by an integration test across TCP,
   QUIC and WebSocket. Consumer group ids become 0-based to match
   the legacy server; server-ng has no stable-format users yet.
   
   The HTTP listener bound from the top-level [http].address even
   in cluster mode, so one-host clusters collided on the shared
   port. It now binds from the node's cluster roster port with the
   same fallback as ws/quic, and the roster reports the port
   actually bound, letting every node run from byte-identical
   per-node configs.
   


-- 
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]

Reply via email to