Flaxoos / extra-ktor-plugins

Feature-rich, efficient, and highly customizable plugins for your Multiplatform Ktor Server or Client
https://flaxoos.github.io/extra-ktor-plugins/
Other
60 stars 3 forks source link

Consume multiple topics #59

Open morisgateno-appsflyer opened 2 weeks ago

morisgateno-appsflyer commented 2 weeks ago

Hello.

It seems I can register to multiple topics. But for some reason, when I add two consumerRecordHandlers, I don't get the behavior I wish for in any of them. Once I go back to one handler(only one topic) everything seems to be fixed.

Any idea?

Thanks, Moris.

Flaxoos commented 2 weeks ago

Hi Moris

Could you please provide a minimal reproduction code so i can better investigate it?

Thanks

Ido