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

Makes constant endpoint an api with implementations available #254

Merged
merged 3 commits into from
Feb 14, 2024

Conversation

codefromthecrypt
Copy link
Member

In a former change @anuraaga rightly mentioned that there is trouble putting concrete types in the HttpSupplier interface file. I noticed spring has its own type they use as a constant supplier, ZipkinConnectionDetails. Since this is an interface, this double-underscores the same concern.

This hopefully clears up the topic, as well making a place to implement a rate-limited supplier, something sleuth has, but boot doesn't yet.

@codefromthecrypt codefromthecrypt changed the title Makes constant endpoint an ap with implementations available Makes constant endpoint an api with implementations available Feb 14, 2024
Adrian Cole added 2 commits February 14, 2024 08:34
Signed-off-by: Adrian Cole <[email protected]>
Signed-off-by: Adrian Cole <[email protected]>
@reta
Copy link
Contributor

reta commented Feb 14, 2024

Looks pretty clean! 🥇

@codefromthecrypt codefromthecrypt merged commit 51bac2a into master Feb 14, 2024
3 checks passed
@codefromthecrypt codefromthecrypt deleted the constant branch February 14, 2024 01:31
@codefromthecrypt
Copy link
Member Author

glad you like it, missing rate limiter coming in a minute. This is important as eureka isn't designed to respond fast (at least I notice some latency). We also need it to rate limit when there are errors.

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.

3 participants