Skip to content
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

Add Service<HttpProxy<T>> constructor for providing name #218

Closed

Conversation

jamesmunns
Copy link
Contributor

This adds a constructor that provides the Service name. This is used in river for naming the proxy services.

It would be possible to avoid this new constructor, however HttpProxy::new() is private, so I went with this to be consistent. I would also be happy to have direct access to the HttpProxy constructor.

This is currently needed for the 0.2 release of river.

@johnhurt johnhurt added the enhancement New feature or request label Apr 26, 2024
@johnhurt johnhurt self-assigned this Apr 26, 2024
@johnhurt johnhurt added the Accepted This change is accepted by us and merged to our internal repo label May 3, 2024
eaufavor pushed a commit that referenced this pull request May 10, 2024
eaufavor pushed a commit that referenced this pull request May 10, 2024
@eaufavor
Copy link
Member

Here we go 8804889.

@eaufavor eaufavor closed this May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted This change is accepted by us and merged to our internal repo enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants