Skip to content

fix(go/genkit): add port number to runtime file name #3168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

MichaelDoyle
Copy link
Member

If multiple reflection APIs start in quick succession in the same process, the file names can collide. Adding the port number gives it more uniqueness.

Also, update to discover an available port starting at 3100 for parity with TS and Python

Checklist (if applicable):

If multiple reflection APIs start in quick succession in the same process,
the file names can collide. Adding the port number gives it more uniqueness.

Also, update to discover an available port starting at 3100 for parity
with TS and Python
@github-actions github-actions bot added the go label Jul 7, 2025
@MichaelDoyle MichaelDoyle changed the title fix(go/genmkit): add port number to runtime file name fix(go/genkit): add port number to runtime file name Jul 7, 2025
@MichaelDoyle MichaelDoyle requested a review from apascal07 July 7, 2025 21:48
@MichaelDoyle
Copy link
Member Author

@apascal07 need to test locally, but curious to get your initial thoughts.

I ran into this issue in TS, and I'm attempting to port the fixes to Go and Py. 😬

MichaelDoyle and others added 2 commits July 8, 2025 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants