Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipe event sink extension #325

Merged
merged 2 commits into from
Sep 27, 2023
Merged

Pipe event sink extension #325

merged 2 commits into from
Sep 27, 2023

Conversation

jrajahalme
Copy link
Member

No description provided.

@jrajahalme jrajahalme marked this pull request as draft September 7, 2023 13:29
@jrajahalme jrajahalme force-pushed the pipe-event-sink-extension branch 2 times, most recently from ac56093 to c0dddca Compare September 8, 2023 08:36
@jrajahalme jrajahalme marked this pull request as ready for review September 8, 2023 08:36
@jrajahalme jrajahalme requested a review from sayboras September 25, 2023 15:34
Copy link
Member

@sayboras sayboras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✔️, there is a small conflict with main branch.

Factor out Unix domain socket client to a separate class UDSClient.

Use C++ smart pointers instead of hand-rolled reference counting to
manage the life-cycle of shared access loggers.

Use Envoy::Network::Address::PipeInstance to gain support for Linux
abstract namespace pipes.

Do not fail Open if can't connect to the unix domain socket at the time
of Open() so that connection is retried on every access log message
hence.

Signed-off-by: Jarno Rajahalme <jarno@isovalent.com>
Signed-off-by: Jarno Rajahalme <jarno@isovalent.com>
@jrajahalme jrajahalme force-pushed the pipe-event-sink-extension branch from c0dddca to df73ce0 Compare September 27, 2023 17:36
@jrajahalme jrajahalme added this pull request to the merge queue Sep 27, 2023
@jrajahalme
Copy link
Member Author

Resolved conflicts.

Merged via the queue into main with commit b4f22a1 Sep 27, 2023
2 of 4 checks passed
@sayboras sayboras deleted the pipe-event-sink-extension branch December 6, 2023 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants