Skip to content

EventService

PublishEvent

Signature: PublishEvent(PublishEventRequest) returns (PublishEventResponse)

Request: topic (1–128: A–Z a–z 0–9 . _ -), payload (max 64 KiB), optional event_id / source / relay (node-to-node).

Response: accepted, message, event_id, type (custom.<topic>). Duplicate event_idaccepted with message = duplicate.

Not Raft-replicated.

See also

Documentation is sourced from the clusdr/docs tree.