You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using go-lumber to write a server that can process some beats logs. I found that my server was only processing one batch per lj connection at a time. I was able to get concurrent batches by making DefaultHandler's ack-signaling channel buffered, so we don't block here when there is an outstanding un-ACKed batch. Is there a chance we can get something like that? I'd be happy to work on a PR if it helps the cause!
The text was updated successfully, but these errors were encountered:
Hi, I am using go-lumber to write a server that can process some beats logs. I found that my server was only processing one batch per lj connection at a time. I was able to get concurrent batches by making
DefaultHandler
's ack-signaling channel buffered, so we don't block here when there is an outstanding un-ACKed batch. Is there a chance we can get something like that? I'd be happy to work on a PR if it helps the cause!The text was updated successfully, but these errors were encountered: