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

How to implement the service interface topology? #5416

Closed
qiansheng91 opened this issue Feb 21, 2022 · 2 comments
Closed

How to implement the service interface topology? #5416

qiansheng91 opened this issue Feb 21, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@qiansheng91
Copy link

Hi guys:

I want to implement the service interface topology by using OT, For example:

  1. Span[/a](kind: server) ----> Span[b](kind: internal)
  2. Span[b](kind: internal) ----> Span[c](kind: client)
  3. Span[c](kind: client) ----> Span[/d](kind: server)

The Topology should look like this:

/a  ---->  /d

And I think that the fastest way I've found to do this is to pass the upstream service name to the downstream. Is there any suggestion for me to implement this?

@qiansheng91 qiansheng91 added the enhancement New feature or request label Feb 21, 2022
@qiansheng91
Copy link
Author

Anyone updates?

@trask
Copy link
Member

trask commented Mar 1, 2022

hi @qiansheng91! sorry, I don't understand your question, can you elaborate a bit more?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants