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

No way to configure number of http client connections #98

Closed
bharat-nain opened this issue Jan 14, 2019 · 2 comments
Closed

No way to configure number of http client connections #98

bharat-nain opened this issue Jan 14, 2019 · 2 comments

Comments

@bharat-nain
Copy link

bharat-nain commented Jan 14, 2019

In HttpEventCollectorSender.java we would like to be able to configure desired number of http client connections as the default max of 2 connections for parallel mode is not sufficient for our throughput requirement.

The current default configuration causes too many requests to queue up (even with batching turned on) in case of any slowness on Splunk server. Having too many queued requests causes GC overhead and starts affecting business transactions. We use LogbackAppender to log events to splunk and any slowness in logging can potentially affect application performance.

@bharathrajbk
Copy link

This is affecting us as well! Please help!

@bharathrajbk
Copy link

👍

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

No branches or pull requests

2 participants