-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Roadmap and Development tasks
Takuro Ashie edited this page Mar 8, 2022
·
13 revisions
The list is based on community feedback.
- Input side buffer for more flexible flow control
- Ractor(FKA Guild) based concurrency
- Remove v0.12 code and API
- Use C extension for core to improve the performance
- Make
strict_config_value=true
by default - Concurrent in_tail
- v2 issues
- out_forward:
keepalive
support. Check keep_forward. - out_file: Rotation support. Need feedback because we have logrotate or similar tool
- in_http: HTTPS support. Need to migrate to socket helper first.
- in_syslog: HTTPS support. It should be done by socket helper
- in_monitor_agent: Use cool.io instead of webrick if needed
- in_tail: automatic compaction of pos file
- buffer: chunkio based buffer
- config: Environment variable based condition for docker/k8s use case
- Replace cool.io with async
- Make test stable
- Drop dead ruby version support
v0.12 is already reached EOL. See Drop schedule announcement in 2019
Support ARM platform for rpm/deb Done (since td-agent 4)
Become official image to support more platforms (link)