skroutz / rafka

Kafka proxy with a simple API, speaking the Redis protocol
https://engineering.skroutz.gr/blog/kafka-rails-integration/
GNU General Public License v3.0
8 stars 0 forks source link

consumer: Expose explicit topic assign command #15

Open agis opened 7 years ago

agis commented 7 years ago

Many times we need to just assign a consumer to a particular topic, without having to consume from it. Tests is a place where this comes up frequently.

We could expose assigning a consumer to a topic via the SUBSCRIBE Redis command.

This could be a blocking command.