KonstantinCodes / messenger-kafka

Simple Kafka transport for Symfony Messenger.
MIT License
84 stars 35 forks source link

Feature request: Possibility to define partition #77

Closed AlexOstrovsky closed 1 year ago

AlexOstrovsky commented 1 year ago

Please add possibility to define concrete partions if we want to consume only some and not all partions of topic. E.g. like this:

image

@KonstantinCodes

MaurizioMoreo commented 11 months ago

@AlexOstrovsky did you ask this to reduce the setup time? I see that with 3 consumers (4 topics each) the partitions are assigned in about 1 minute. Any tips to reduce the setup time @KonstantinCodes ?