frankgh commented on code in PR #130: URL: https://github.com/apache/cassandra-sidecar/pull/130#discussion_r1705353894
########## src/test/resources/config/sidecar_single_instance_default_port.yaml: ########## @@ -0,0 +1,106 @@ +# +# Cassandra SideCar configuration file +# +cassandra: + host: localhost + port: 9042 + username: cassandra + password: cassandra + data_dirs: + - /ccm/test/node1/data0 + - /ccm/test/node1/data1 + staging_dir: /ccm/test/node1/sstable-staging + jmx_host: 127.0.0.1 + jmx_port: 7199 + jmx_role: controlRole + jmx_role_password: controlPassword + jmx_ssl_enabled: true + +sidecar: + host: 0.0.0.0 + port: 9043 Review Comment: configuring the port to be non-zero, surfaces the issue because the logic in vert.x treats the zero port configuration differently -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

