richard-scott commented on issue #218: URL: https://github.com/apache/bifromq/issues/218#issuecomment-3723928865
Yes, I have seen that, but it doesn't enforce a setting even with the initial values returned by my plugin. We limit the cache to 1 sec to avoid stale data and force a plugin request. The broker successfully requests the value of the required setting, the plugin casts it to the correct type, and returns it. ``` JVM_HEAP_OPTS=... -Dsetting_provide_init_value=true -Dsetting_refresh_seconds=1 -Dsetting_expire_seconds=1 -Dsetting_tenant_cache_limit=100 ``` We are not reusing existing connections during our testing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
