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

Add baggage injection library #50

Open
vincentfree opened this issue Sep 7, 2023 · 0 comments
Open

Add baggage injection library #50

vincentfree opened this issue Sep 7, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@vincentfree
Copy link
Owner

Create a new baggage injection library that makes baggage injection and extraction easy for adding random key value pairs.

background

For a feature called value chains which is based on service graphs, labels set for identifying which services belong to 1 value chain reduces the complexity of service graphs in large companies.

When traversing a service graph based on a system that handles thousands of applications, a label that adds context for a subset of applications makes sense.

The baggage standard: https://www.w3.org/TR/baggage/ is a perfect solution for value chain label propogation.

@vincentfree vincentfree self-assigned this Sep 7, 2023
@vincentfree vincentfree added the enhancement New feature or request label Sep 7, 2023
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

1 participant