-
Notifications
You must be signed in to change notification settings - Fork 0
Protocol
Jorge Quilcate Otoya edited this page Oct 7, 2018
·
1 revision
Kafka Event Collector defines a schema for events published. Schema is defined with Protocol Buffers format.
Default value: "__collector"
Configuration:
- Compaction enabled.
Key/Value Record is defined as following:
This Header is used for Users to filter the type of entity they are interested about.
Serialized as: String
Format: "${entityType}"
Example: "TOPIC"
Serialized as: String
Format: "${entityType}-${entityId}"
Example: TOPIC-customer_events
Serialized as: Byte Array
Format: Protobuf message