-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
in_forward: Implement handshake protocol (#8561)
* in_forward: Implement handshake mechanism 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
Showing
7 changed files
with
927 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.