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

Vert.X: decrease the number of tokens created #2171

Open
meiao opened this issue Dec 16, 2024 · 1 comment
Open

Vert.X: decrease the number of tokens created #2171

meiao opened this issue Dec 16, 2024 · 1 comment
Assignees

Comments

@meiao
Copy link
Contributor

meiao commented Dec 16, 2024

Description

The Vert.X instrumentation will create a Token for each listener/handler added to its FutureImpl.
But when multiple listeners/handlers are added to the same FutureImpl, it creates a single ListenerArray, which could have a single Token instead.

Acceptance Criteria

When the ListenerArray is created, create a Token for it, but do not create any further Tokens for any new Listeners.

@workato-integration
Copy link

@meiao meiao self-assigned this Dec 16, 2024
@meiao meiao moved this from Triage to In Sprint in Java Engineering Board Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Sprint
Development

No branches or pull requests

1 participant