Documentation for a newer release is available.
View Latest
Client Processing Kafka
This implementation consists of:
-
A SendConnector implementation which serializes InitiateComponentProcessingCommand as JSON and sends it to Kafka. The root configuration path for this connector is
ipf-debulker.client-processing. -
A ReceiveConnector which consumes CompleteComponentProcessingCommand and passes it to ComponentProcessingCompletionPort.
Configuration
| Config | Type | Comment | Default |
|---|---|---|---|
|
String |
The topic to which InitiateComponentProcessingCommand will be sent. |
|
|
String |
The topic from which CompleteComponentProcessingCommand will be consumed. |
|