You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on the batch receive feature #840. But before that, I think simplifying the implementation of regexConsumer and multiTopicConsumer is necessary.
I'm working on the batch receive feature #840. But before that, I think simplifying the implementation of
regexConsumer
andmultiTopicConsumer
is necessary.In Java client,
PatternMultiTopicsConsumerImpl
inherits fromMultiTopicsConsumerImpl
. But Go client implementsmultiTopicConsumer
andregexConsumer
separately for now.I suggest rewriting
regexConsumer
with inheritance just like Java client. If so, further feature development could be easier.Feel free to correct me if my understanding is inaccurate. cc @wolfstudy @merlimat @nodece
The text was updated successfully, but these errors were encountered: