Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

elastic/java-lumber

Repository files navigation

Work in progress, NOT READY FOR USE

This is WIP to rewrite the lumberjack protocol in Java+Netty, this protocol is used by beats and logstash-forwarder.

Goals

  • Support V1 (LSF)
  • Support V2 (libbeat)
  • Use non-blocking IO with Netty
  • Don't use threads for each connection.
  • Remove the need to have a circuit breaker to better communicate back pressure downstream.
  • pipelining
  • Make it a lot faster, initial test shows and improvements from 22k EPS to 100k EPS.

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages