Polish
This commit is contained in:
@@ -160,7 +160,7 @@ The `brokerProperties` and `brokerPropertiesLocation` attributes of `@EmbeddedKa
|
||||
"auto.create.topics.enable=${kafka.broker.topics-enable:true}" }
|
||||
brokerPropertiesLocation = "classpath:/broker.properties")
|
||||
----
|
||||
In th example above, the property placeholders `${kafka.broker.logs-dir}` and `${kafka.broker.port}` are resolved from the Spring `Environment`.
|
||||
In the example above, the property placeholders `${kafka.broker.logs-dir}` and `${kafka.broker.port}` are resolved from the Spring `Environment`.
|
||||
In addition the broker properties are loaded from the `broker.properties` classpath resource specified by the `brokerPropertiesLocation`.
|
||||
Property placeholders are resolved for the `brokerPropertiesLocation` URL and for any property placeholders found in the resource.
|
||||
Properties defined by `brokerProperties` override properties found in `brokerPropertiesLocation`.
|
||||
|
||||
Reference in New Issue
Block a user