apache / incubator-horaedb-meta

Meta service of HoraeDB cluster.
https://horaedb.apache.org
Apache License 2.0
27 stars 15 forks source link

feat: support managing heartbeat #12

Closed ShiKaiWi closed 2 years ago

ShiKaiWi commented 2 years ago

Which issue does this PR close?

Part of work of #10

Rationale for this change

The heartbeat stream from clients needs management by HeartbeatStreams including Bind, Unbind etc.

What changes are included in this PR?

Introduce the HeartbeatStreams to manage heartbeat streams from clients.

Are there any user-facing changes?

How does this change test