Replies: 1 comment
-
Didn't capture your question, is the number of producers too large? Or is the timer period too narrow? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i found apisix kafka-logger plugin are using lrucache to improve performance.It using lrucache to create producer instance and default plugin lrucache count is 8, but in lua-resty-kafka module, every producer instance are using ngx.timer.at every 5 second to sync kafka metadata info. Is this unnecessary? Or can we have a better way to handle this client instance data sync in lrucache situation?
Beta Was this translation helpful? Give feedback.
All reactions