-
Notifications
You must be signed in to change notification settings - Fork 176
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
Feat: extend response api #1607
Conversation
@Flosckow don't forget to initiate classes. Now you have only |
And finally, don't forget to override |
Can we use AioPikaSendableMessage(need add to base response class inside union), or more correctly strategy use SendableMessage inside rmq response? |
* Feat; init * Feat: add redis response and fix nats, redis response * Fix: unificate code * Fix: remove some args * Fix: rewrite init method, override as_publish_kwargs * chore: add DeprecationWarning for ReplyConfig * tests: check RMQ DeprecationWarning * lint: fix mypy * Feat: stage 1 add response to all brokers, need specify to "Broker"Response class * fix: correct Response subclass usage * docs: generate API * fix: wait for connect in Redis ping * docs: generate API --------- Co-authored-by: Daniil Dumchenko <[email protected]> Co-authored-by: Nikita Pastukhov <[email protected]>
Head branch was pushed to by a user without write access
Description
Please include a summary of the change and specify which issue is being addressed. Additionally, provide relevant motivation and context.
Fixes #1587
Type of change
Please delete options that are not relevant.
Checklist
scripts/lint.sh
shows no errors)scripts/test-cov.sh
scripts/static-analysis.sh