We will explore an example in which we integrate a customer search in a business flow.
KAFKA_TOPIC_CUSTOMER_SEARCH_IN
KAFKA_TOPIC_CUSTOMER_SEARCH_OUT
"searchResults" : { "customers" : [ { "id" : "ID3456", "firstName" : "Jane Doe", "lastName" : "Doe", "birthDate" : "27.02.1980", "cui" : "1820227103840_84", "companyName" : "", "clientCategory" : "PF_INTL", "clientType" : "PF", "idSeries" : "RT", "idNumber" : "879948", "idDocType" : "CI", "idExpiryDate" : "27.02.2023", "legalForm" : "", "listId" : "4691602", "mobilePhone" : "0711111111", "attributes" : null, "type" : "PF"}], "hasMore" : false, "error" : null }
Was this page helpful?