Replies: 3 comments
-
你好,你的邮件我已收到。
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to the ZIO greyhound sample code, it looks like the producer is not shareable across different calls to the producer. My use case is that an API calls (with a topic in the request param) my producer to get the messages to Kafka, and the producer should exist throughout the app lifetime, hence, should be shared with all calls. Can we do this with greyhound?
Beta Was this translation helpful? Give feedback.
All reactions