Topic naming schema
Here is a list of the namings of the topics used for the different use cases
Templates
| Kafka topics type | template |
|---|---|
| (prefix) | <company>.<projectname>. |
| Kafka bridge : EMQX -> Kafka | <company>.<projectname>.bridge.inbound |
| Kafka bridge : Kafka -> EMQX | <company>.<projectname>.bridge.outbound |
| Core dispatcher : values | <company>.<projectname>.core.<extensionname>.values |
| Core dispatcher : change | <company>.<projectname>.core.<extensionname>.data |
| project internal Kafka topic | <company>.<projectname>.int.<topicname> |
Legend
- company - Company abbreviation like ehds
- projectname - Name of the project like blueprint
- extensionname - Name of an extension for communication with core
- topicname - Name of an project internal Kafka topic part