Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
in_forward: Handle handshake states correctly
Handshake process on in_forward in Fluent Bit is: 1. send HELO (FW_HANDSHAKE_HELO) 2. check PING (none) 3. send PONG (FW_HANDSHAKE_PINGPONG) 4. Mark a connect as established (FW_HANDSHAKE_ESTABLISHED) 5. Process retrived records On waiting the actual records, we just early return from the event handler to wait the next read event for ingested logs. Signed-off-by: Hiroshi Hatake <[email protected]>
- Loading branch information