Hello!
Did you know that you can use Application Integration to easily manage and propagate your Kafka events to the cloud ?
Kafka is a distributed event store and stream-processing platform. This type of platform allows you for example to produce events in real time from you digital platforms where it is much more difficult in a point-to-point approach.
Your IT systems can then consume the events from the topic depending on their needs (ex : being aware of a user action or bug in the platform).
The only issue is that integrating IT Systems with Kafka can be complex because systems were not designed to subscribe to a topic.
This is where Application Integration comes to play : a simple and managed way to modernize Digital Experience using Kafka. Application Integration subscribes to the topic and propagates the right information in real time to IT Systems using APIs or connectors.
It also brings the mediation layer between Kafka and IT Systems.
I made few demos with different IT systems that works pretty well :
Here is a quick guide to start on your own :
Follow the Kafka quickstart to download Kafka, start the Kafka environment, and create a Kafka topic.
As Application Integration does not (yet) provide a Kafka trigger, you will need to use GCP Pub/Sub to subscribe from Kafka and trigger an event in Application Integration.
In the GCP Pub/Sub Service, create a topic with a default subscription.
Uses the Java Pub/Sub Kafka Connector to be added to Kafka. For this demo you will need to configure only the CloudPubSubSinkConnector
Launch the 4 processes described here to publish a message on Kafka topic that will be automatically publish on Google Pub/Sub
Here are few Kafka messages samples to test the flow on your end :
Mail over Kafka : {"Id":"1234","user":"user@domain.com","type":"email","message":"Customer asked to be called by sales"}
APIs over Kafka : {"Id":"12345","user":"user@domain.com","type":"api","message":"Profile changed to developer"}
Incidents over Kafka : {"Id":"123456","user":"user@domain.com","type":"incident","message":"Bug report on UI 504 error code"}
Salesforce over Kafka : {"Id":"1234567","user":"user@domain.com","type":"salesforce","message":"New eval created on Apigee"}
Have fun and let me know if you have any questions !
hi, thank you for your post. It helps a lot. Well, do we need any subscription here? Please help.
Hello ! You need access to Application Integration https://cloud.google.com/application-integration?hl=en
There is a Pay As you Go offer