Adding TriggerMesh to Kafka provides a way for messages to be routed and transformed cloud natively across systems. DevOps teams, like the one at PNC Bank, use the TriggerMesh declarative API to define these event-driven integrations and manage them as part of their CI/CD pipeline.

The spec says that an event is expressed in a specific format and that data needs to have certain fields.

Kafka is an exceptionally good system for brokering messages and supporting EDA, but that is only the first part of the equation.

The use case we run into most often is that TriggerMesh provides a way to extend open source Apache Kafka.

Related Articles