Need help in designing architecture #1694
-
Good afternoon, I have a sincere interest in your projects. I would like to use some solutions in my product environment. Could you please tell me if it is possible to integrate into worker.php or consumer.php support for consuming events from Kafka broker via php-rdkafka client with custom logic for fixing offsets, timeouts, etc. and then design saga on temporal? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey @denyskanunnikov 👋🏻 |
Beta Was this translation helpful? Give feedback.
Hey @denyskanunnikov 👋🏻
We have a Kafka driver for the RR. You just need to configure it and enjoy consuming messages in your worker.php from RR 😃
Config: https://github.com/roadrunner-server/roadrunner/blob/master/.rr.yaml#L1199
Config2: https://github.com/roadrunner-server/roadrunner/blob/master/.rr.yaml#L1643