sroze / messenger-enqueue-transport

Uses Enqueue with Symfony's Messenger component.
MIT License
190 stars 53 forks source link

Communication channels for kafka-related topics #95

Closed Steveb-p closed 4 years ago

Steveb-p commented 4 years ago

I'd like to propose introducing some form of common communication channel for anything related to php-rdkafka extension, enqueue kafka transport, and this adapter - by reusing existing slack/gitter channel or creating a new one - and adding it to all related repositories to help with answering cross-repository, general phprdkafka questions, and coordinating new features.

My reasoning for this is that we need some form of cross-repository cooperation between enqueue-dev and this transport adapter at the very least.

What channels currently exist:

  1. Enqueue-dev has a Gitter channel that can be used for discussion, but it is often about other enqueue extensions (see Enqueue Chat).
  2. At the same time, there exists a Gitter channel for php-rdkafka, but it's not used often (Join the chat at https://gitter.im/arnaud-lb/php-rdkafka).
  3. There exists a Slack channel for php-rdkafka, but it's currently unused (https://github.com/arnaud-lb/php-rdkafka/pull/303).
  4. Symfony has a public channel on their Slack dedicated to Kafka, but it's currently empty (I've had to search in Symfony Slack to find it).