- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1.4k
 
Roadmap and Development tasks
        Takuro Ashie edited this page Mar 7, 2022 
        ·
        13 revisions
      
    The list is based on community feedback.
Currently, v0.12 is security maintenance mode since the end of 2019. See Drop schedule announcement in 2019
- out_forward: 
keepalivesupport. 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
 
- 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=trueby default - Concurrent in_tail
 - v2 issues
 
Support ARM platform for rpm/deb Done (since td-agent 4)
Become official image to support more platforms (link)