Kafka topics for customer management
Customer Search
The kafka topics used for the Customer Management plugin can be defined/overwritten using the following environment variables (that can be found in the deployment of the service):
KAFKA_TOPIC_CUSTOMER_SEARCH_IN
- used to search customers in the customer management pluginKAFKA_TOPIC_CUSTOMER_SEARCH_OUT
- used to get the response from the customer management plugin to the Engine.
Key examples
Example 1 - using only the βClientUniqueIdentifierβ key:
Example 2 - using βFirstNameβ and βLastNameβ keys:
Example 3 - using βFirstNameβ, βDateOfBirthβ and βLegalFormβ keys:
Keys description
- customers - list of customers found in the customer management, in the used Elasticsearch index, maximum 10 results
- hasMore - boolean, true if number of results are bigger than 10, false if the number of results are equal or smaller than 10
- error - error description if the request returned an error