You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For native broker currently we have some ENV vars being set in the code, but these variables do not do anything right now, because we use static config. Here:
This means that currently we can use params listed in static config only, so storage path, logs path, broker port are the same for each launched broker. The last means that native IT brokers could only be launched on a default 30114 port, and no parallel ITs execution possible.
We create a TMP folder which should contain storage, logs etc, but we are not able to use it with a static config:
Is there an existing issue for this?
Current Behavior
For native broker currently we have some ENV vars being set in the code, but these variables do not do anything right now, because we use static config. Here:
blazingmq-sdk-java/bmq-sdk/src/test/java/com/bloomberg/bmq/it/util/BmqBrokerTestServer.java
Lines 145 to 155 in 7a89c71
This means that currently we can use params listed in static config only, so storage path, logs path, broker port are the same for each launched broker. The last means that native IT brokers could only be launched on a default 30114 port, and no parallel ITs execution possible.
We create a TMP folder which should contain storage, logs etc, but we are not able to use it with a static config:
blazingmq-sdk-java/bmq-sdk/src/test/java/com/bloomberg/bmq/it/util/BmqBrokerTestServer.java
Line 139 in 7a89c71
Expected Behavior
Native brokers in ITs should be able to use TMP folders and non-default parameters.
Steps To Reproduce
Launch ITs with
-Dit.brokerDir=/path/to/native/broker
BlazingMQ Java SDK Version
0.0.10
Anything else?
No response
The text was updated successfully, but these errors were encountered: