How to integrate OCC with Kafka ?
Summary:
We have a new requirement where we need to integrate Oracle Commerce Cloud with Kafka (Point To Point).
Content (please ensure you mask any confidential information):
Customer is incorporating integration with Kafka, where some legacy systems will be producers, while OCC will be a consumer, with which it will be able to consult the information to close orders.
Version (include the version you are using, if applicable):
Last Version - Currently 24.x
Code Snippet (add any code snippets that support your topic, if applicable):
Kafka have a SDK (Library) that is supported in Javascript / Node.js.
That's why we need to have OCC as a Kafka consumer. Is it possible to use Kafka SDK in server side extension?
1