-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document admin_reloadPlugin API #146
Comments
The method seems not to be called |
@NicolasMassart - once you get this working could you paste a working example into here Bryon can use. |
Was there a CLI option related to this? |
No, only the RPC. No need for a CLI as it would mean that you stop and start Besu to run it, and if you do so, it reloads plugins. SO the only reason you need to reload is when you don't want to restart Besu, hence the RPC method. Will provide the method syntax here asap. |
In theory, a sample request to reload a Kafka plugin config using RPC would be : |
The issue on this Kafka example is related to some changes in the Event stream plugin (see private Jira https://pegasys1.atlassian.net/browse/PIE-2292). |
Providing a new RPC method admin_reloadPlugin to dynamically (without the need to restart Besu) reload plugin config (this required a new reloadConfiguration method in Besu plugin api as it’s available for all plugins) see hyperledger/besu#261
The text was updated successfully, but these errors were encountered: