Kafka Topics

Kafka topics are used to store different types of messages, like execution requests, responses, events, etc.

Kafka Topics

[cey]: (Is it worth to support the titles below with some examples of messages in topics?)


execution-requests

Stores execution requests that are then processed by corresponding executors

execution-events

Stores all execution-related events, like requests, responses, execution life-cycle events, commands, etc.

execution-responses

Stores execution responses generated as a result of processing execution requests.

exchanges

Stores exchange requests

components

Stores registered Hub components

component-requests

Stores component repository requests, e.g. request to cache a Hub component

errors

Stores execution errors

sharables

Stores sharable tokens (links)

cached-files

Stores cached files descriptors, does not store file content