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

akka dns service discovery not refreshing after ttl #1731

Open
Marcus-Rosti opened this issue Dec 10, 2022 · 1 comment
Open

akka dns service discovery not refreshing after ttl #1731

Marcus-Rosti opened this issue Dec 10, 2022 · 1 comment

Comments

@Marcus-Rosti
Copy link
Contributor

Versions used

Akka version: 2.6.10
Akka http: 10.2.10
Akka grpc: 2.1.6

Expected Behavior

When using service discovery with akka-dns in DNS based, every client will "continuously" refresh DNS for new instances to load balance against.

Actual Behavior

The last connected client will query DNS for new pods whereas the other clients will only refresh on scale downs or restarts, never on scale ups. Easy to observe when in debug with Lookup being called.

@johanandren
Copy link
Member

This is functionality that is missing AFAICS

Related ticket over in Akka repo: akka/akka#28931

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

No branches or pull requests

2 participants