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

Async handler #114

Closed
rquinio1A opened this issue Jul 12, 2022 · 0 comments · Fixed by #115
Closed

Async handler #114

rquinio1A opened this issue Jul 12, 2022 · 0 comments · Fixed by #115
Assignees
Labels
enhancement New feature or request

Comments

@rquinio1A
Copy link
Member

rquinio1A commented Jul 12, 2022

We've noticed some contention in splunk library due to https://github.com/splunk/splunk-library-javalogging/blob/82c4a568341449828699a6877e9221d9cb772bd0/src/main/java/com/splunk/logging/HttpEventCollectorSender.java#L424-L428 , cf splunk/splunk-library-javalogging#257
Since that happens before the HTTP enqueuing, the parallel mode doesn't help.

Quarkus has an async mode for the built-in handlers (console, file, ...) but it's not wrapped automatically for other named handlers.

@rquinio1A rquinio1A added the enhancement New feature or request label Jul 12, 2022
@rquinio1A rquinio1A self-assigned this Jul 12, 2022
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

Successfully merging a pull request may close this issue.

1 participant