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

Hackathon project: Add an event server that writes/reads to/from a unix socket on a path #11831

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nathansobo
Copy link
Contributor

Started on this at the Boulder Startup Week Hackathon with @mweitzel. The idea is a dead simple extensibility scheme for basic events.

Set event_server: "/path/to/domain.socket" in the settings. We can access the EventServer global across the codebase to publish (an maybe later subscribe to) events.

Release Notes:

  • N/A

nathansobo and others added 2 commits May 14, 2024 16:35
Set event_stream: "/path/to/socket" in settings.

Co-Authored-By: Matthew Weitzel <[email protected]>
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant