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
@@ -29,6 +29,10 @@ Format `<github issue/pr number>: <short description>`.
29
29
* Remove the deprecated configuration property `brokerAddressPattern` from `sniHostIdentifiesNode` gateway configuration. Use
30
30
`advertisedBrokerAddressPattern` instead.
31
31
* VirtualCluster names are now restricted to a maximum length of 63, and must match pattern `^[a-z0-9]([-a-z0-9]*[a-z0-9])?$` (case insensitive).
32
+
*`virtualClusters[].gateways[].sniHostIdentifiesNode.bootstrapAddress` can now contain an optional replacement token `$(virtualClusterName)`.
33
+
When this is present, it will be replaced with the name of that gateway's VirtualCluster.
34
+
*`virtualClusters[].gateways[].sniHostIdentifiesNode.advertisedBrokerAddressPattern` can now contain an optional replacement token `$(virtualClusterName)`.
35
+
When this is present, it will be replaced with the name of that gateway's VirtualCluster.
Copy file name to clipboardExpand all lines: kroxylicious-integration-test-support/src/main/java/io/kroxylicious/test/tester/KroxyliciousConfigUtils.java
Copy file name to clipboardExpand all lines: kroxylicious-runtime/src/main/java/io/kroxylicious/proxy/config/SniHostIdentifiesNodeIdentificationStrategy.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
* must be resolvable and routable from the client's network). A port number can be included. If the port number is not included, the port number assigned
25
25
* to the bootstrapAddress is used. One pattern is supported: {@code $(nodeId)} which interpolates the node id into the address (required).
Copy file name to clipboardExpand all lines: kroxylicious-runtime/src/main/java/io/kroxylicious/proxy/internal/clusternetworkaddressconfigprovider/BrokerAddressPatternUtils.java
0 commit comments