Skip to content

feat: expose options to override spanner endpoint and talking to spanner insecurely. - #265

Closed
seanhuxy wants to merge 1 commit into
googleapis:mainfrom
seanhuxy:insecure-mode
Closed

feat: expose options to override spanner endpoint and talking to spanner insecurely.#265
seanhuxy wants to merge 1 commit into
googleapis:mainfrom
seanhuxy:insecure-mode

Conversation

@seanhuxy

@seanhuxy seanhuxy commented Dec 1, 2025

Copy link
Copy Markdown
Contributor

expose options to override spanner endpoint and talking to spanner insecurely. It will be useful to test with experimental/fake spanner server.

Example usage:

java -DdatabaseUri=projects/<project>/instances/<instance>/databases/cassandra \
 -Dhost=0.0.0.0 \
 -Dport=9042 \
 -DnumGrpcChannels=4 \
 -DhealthCheckPort=8080 \
 -Dinsecure=true \
 -DspannerEndpoint=<spanner-endpoint-url>\
 -jar google-cloud-spanner-cassandra/target/spanner-cassandra-launcher.jar

@seanhuxy

seanhuxy commented Dec 3, 2025

Copy link
Copy Markdown
Contributor Author

closed, using #266 instead.

@seanhuxy seanhuxy closed this Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant