For the complete documentation index, see llms.txt. This page is also available as Markdown.

Kafka Support

Kafka integration for high-throughput event streaming in PHP

Native integration with Apache Kafka for high-throughput event streaming, using Ecotone's attribute-driven programming model. No separate producer/consumer boilerplate -- use #[Asynchronous] and message channels as with any other transport.

You'll know you need this when:

  • You're handling high-throughput event streaming (10k+ events/sec)

  • Multiple services need to consume the same event stream independently

  • You have existing Kafka infrastructure and want to use it with Ecotone's attribute-driven model

  • RabbitMQ throughput has become a bottleneck for your event volume

Materials

Demo implementation

Last updated

Was this helpful?