Skip to content

Commit 7a53f0a

Browse files
dgafkagitbook-bot
authored andcommitted
GITBOOK-916: No subject
1 parent efaadca commit 7a53f0a

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

Diff for: enterprise.md

+6
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ Subscription plan is now available. To subscribe to Enterprise visit [https://ec
2222
* [**Asynchronous Message Buses**](modelling/asynchronous-handling/asynchronous-message-bus-gateways.md) **-** This grants ability to build customized Command/Event Buses where Message will first go over given Asynchronous Channel. This can be used to build for example Outbox Command Bus.
2323
* [**Distributed Bus with Service Map**](modelling/microservices-php/distributed-bus/distributed-bus-with-service-map/) - Provides way to communicate between Services (Applications) with ease and in explicit and decoupled way. Make it possible to use all available Message Channels providers (RabbitMQ, Amazon SQS, Redis, Dbal, Kafka, Symfony Message Channels, Laravel Queues).
2424
* Details about more features coming soon...
25+
26+
## Materials
27+
28+
### Links
29+
30+
* [Ecotone Enterprise and Kafka, Distributed Bus, Dynamic Channels](https://blog.ecotone.tech/ecotone-enterprise-kafka-distributed-bus-dynamic-channels-and-more-2/) \[Article]

Diff for: modelling/microservices-php/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Read more in bellow sections:
3030

3131
### Links
3232

33+
* [Ecotone Enterprise and Distributed Bus with Service Mapping](https://blog.ecotone.tech/ecotone-enterprise-kafka-distributed-bus-dynamic-channels-and-more-2/) \[Article]
3334
* [Integrating PHP Applications using Distributed Bus with RabbitMQ](https://blog.ecotone.tech/integrating-php-applications-with-ecotone-and-rabbitmq/) \[Article]
3435
* [Starting with Microservices in PHP](https://blog.ecotone.tech/how-to-integrate-microservices-in-php/) \[Article]
3536
* [Loosely coupled Microservices in PHP](https://blog.ecotone.tech/loosely-coupled-microservices-in-php/) \[Article]

Diff for: modules/kafka-support/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ This module provides integration with [Kafka](https://kafka.apache.org/).
55
{% hint style="success" %}
66
This module is available as part of **Ecotone Enterprise.**
77
{% endhint %}
8+
9+
## Materials
10+
11+
### Links
12+
13+
* [Ecotone Enterprise and Kafka support](https://blog.ecotone.tech/ecotone-enterprise-kafka-distributed-bus-dynamic-channels-and-more-2/) \[Article]

0 commit comments

Comments
 (0)