Configuring Corda heading-link-icon

Corda 5 uses a dynamic configuration system, enabling you to configure Corda centrally through the REST API. This configuration is then distributed to all relevant worker JVM processes that run in a cluster and perform a specific task. The processes required to form a cluster depend on the deployment topology. Workers increase or scale back their capacity depending on the number of available tasks. processes through the Kafka The means by which Corda workers communicate, acting as a central message bus between the worker processes. message bus. This standard dynamic configuration system is not suitable in the following instances:

  • Boot configuration — the necessary configurations required to start a worker process, such as sufficient messaging configuration for the worker to connect to the config.topic Kafka topic. For more information, see the Bootstrapping deployment section. Typically, this type of configuration can later be overridden by dynamic configuration.
  • Sensitive configuration — information that is not appropriate to publish to the config.topic topic because it is private, such as database connection configuration or private key material. The Corda configuration system allows for any string configuration value to be marked as “secret”. Sensitive configuration can also be saved to the configuration database itself ( virtual node The combination of the context of a user and the ephemeral compute instances created to progress a transaction on that identity's behalf. connection details, for example), in which case it becomes dynamic configuration, but managed through a different interface.

This section contains the following:

Was this page helpful?

Thanks for your feedback!

Chat with us

Chat with us on our #docs channel on slack. You can also join a lot of other slack channels there and have access to 1-on-1 communication with members of the R3 team and the online community.

Propose documentation improvements directly

Help us to improve the docs by contributing directly. It's simple - just fork this repository and raise a PR of your own - R3's Technical Writers will review it and apply the relevant suggestions.

We're sorry this page wasn't helpful. Let us know how we can make it better!

Chat with us

Chat with us on our #docs channel on slack. You can also join a lot of other slack channels there and have access to 1-on-1 communication with members of the R3 team and the online community.

Create an issue

Create a new GitHub issue in this repository - submit technical feedback, draw attention to a potential documentation bug, or share ideas for improvement and general feedback.

Propose documentation improvements directly

Help us to improve the docs by contributing directly. It's simple - just fork this repository and raise a PR of your own - R3's Technical Writers will review it and apply the relevant suggestions.