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

make connect and health service ids different #1474

Merged
merged 1 commit into from
May 27, 2021

Conversation

eikenb
Copy link
Contributor

@eikenb eikenb commented May 27, 2021

The IDs need to be different as they are used as the cache keys and
using the same ID means connect and service would overwrite each
other if both used. (this is bad)

The connect function re-uses the health service code as it is
identical except for an additional option. When adding connect the ID
was unintentially left the same, it should be different.

Fixes #1458

The IDs need to be different as they are used as the cache keys and
using the same ID means `connect` and `service` would overwrite each
other if both used. (this is bad)

The `connect` function re-uses the health `service` code as it is
identical except for an additional option. When adding connect the ID
was unintentially left the same, it should be different.

Fixes #1458
@eikenb eikenb added the bug label May 27, 2021
@eikenb eikenb added this to the 0.26.0 milestone May 27, 2021
@eikenb eikenb requested a review from a team May 27, 2021 00:17
Copy link
Contributor

@findkim findkim left a comment

Choose a reason for hiding this comment

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

Simple fix that makes sense, appreciate the community bug ticket identifying this problem!

@eikenb eikenb merged commit 5124e6e into master May 27, 2021
@eikenb eikenb deleted the issue-1458-service-connect-ids branch May 27, 2021 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong deduplication for service and connect dependencies
2 participants