Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

feat: add port as a parameter for the bigtable emulator - #2633

Closed
andre-sampaio wants to merge 4 commits into
mainfrom
emulator-port-parameter
Closed

feat: add port as a parameter for the bigtable emulator#2633
andre-sampaio wants to merge 4 commits into
mainfrom
emulator-port-parameter

Conversation

@andre-sampaio

Copy link
Copy Markdown
Contributor

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)
  • Rollback plan is reviewed and LGTMed
  • All new data plane features have a completed end to end testing plan

Fixes #<issue_number_goes_here> ☕️

If you write sample code, please follow the samples format.

@andre-sampaio
andre-sampaio requested review from a team July 16, 2025 21:29
@product-auto-label product-auto-label Bot added the size: s Pull request size is small. label Jul 16, 2025
@andre-sampaio andre-sampaio added kokoro:run Add this label to force Kokoro to re-run the tests. and removed size: s Pull request size is small. labels Jul 16, 2025
@product-auto-label product-auto-label Bot added the api: bigtable Issues related to the googleapis/java-bigtable API. label Jul 16, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jul 16, 2025
@product-auto-label product-auto-label Bot added the size: s Pull request size is small. label Jul 16, 2025

/** Starts the emulator process and waits for it to be ready. */
public synchronized void start() throws IOException, TimeoutException, InterruptedException {
public synchronized void start(int port)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also wondering if we should pass in hostname:port

@cloud-java-bot
cloud-java-bot requested a review from a team July 30, 2025 17:52
@mutianf mutianf closed this Jul 30, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigtable Issues related to the googleapis/java-bigtable API. size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants