lucasbru opened a new pull request, #18227:
URL: https://github.com/apache/kafka/pull/18227

   The StreamsGroupHeartbeat API is the new core API used by streams 
application to form a group. The API allows members to initialize a topology, 
advertise their state, and their owned tasks. The group coordinator uses it to 
assign/revoke tasks to/from members. This API is also used as a liveness check.
   
   This change adds the JSON definition of the RPC, as defined in KIP-1071.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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