Skip to content

Conversation

@marcin-krystianc
Copy link
Contributor

No description provided.

await _client.Catalog.Register(registration);

var services = await _client.Catalog.Service("redis");
var services = await _client.Catalog.Service(svcID2);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We need to use a unique name to avoid any ambiguity.

Assert.Equal(check.Namespace, chain.Namespace);
Assert.Equal(check.Datacenter, chain.Datacenter);
Assert.Equal(check.Protocol, chain.Protocol);
Assert.NotEmpty(chain.Protocol);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Protocol can be either tcp or http.

@marcin-krystianc marcin-krystianc marked this pull request as ready for review January 21, 2025 21:52
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