Integrations

Akka enables seamless communication between services, components and external systems. The following integration options are available:

  • Component and Service Calls: Directly invoke other services or components within your application.

  • Message Brokers: Publish to and subscribe to events from external message brokers like Kafka or Pulsar.

  • Streaming: Built-in support for processing and reacting to streams of data.