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

[Sdk v3] Evaluate event systems #406

Open
bryanapellanes-okta opened this issue May 23, 2024 · 1 comment
Open

[Sdk v3] Evaluate event systems #406

bryanapellanes-okta opened this issue May 23, 2024 · 1 comment
Assignees

Comments

@bryanapellanes-okta
Copy link
Contributor

bryanapellanes-okta commented May 23, 2024

To enable custom code to be injected into the request and response pipeline we intend to modify code generation templates to emit events. Rather than rolling our own event system it is preferable to integrate an existing package. The intent of this issue is to open the conversation up for anyone who wishes to express their opinions, preferences and concerns related to this topic. The list of packages currently under consideration are as follows:

blinker
PyDispatcher
pymitter
python-dispatch
pluggy
Events
zope.event
RxPy3
Louie
PyPubSub
pyeventdispatcher
buslane
axel
dispatcher
py-notify

@bryanapellanes-okta bryanapellanes-okta self-assigned this May 23, 2024
@bryanapellanes-okta
Copy link
Contributor Author

It may be worth considering implementing this as an injectable module that wraps the system chosen from the list of contenders. By providing a default reference implementation consumers could use the default or implement their own following the patterns we establish. Related to #408

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

No branches or pull requests

1 participant