-
Notifications
You must be signed in to change notification settings - Fork 179
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
Chore/merge main #2044
Closed
Closed
Chore/merge main #2044
Conversation
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
* feat: add raise BatchBufferOverflowException * Update producer.py --------- Co-authored-by: Pastukhov Nikita <nikita@pastukhov-dev.ru>
* feat: delayed broker setting * feat: tests for delayed broker setting * feat: addition test * feat: broker -> **brokers * feat: ruff
* feat: moved the creation of metrics to functions * feat: ruff * feat: pretty prometheus tests * feat: ruff * feat: fix test
* fix: use of overwritten message scheme and warning * test: overwrite schema and warning * test: deleted the loop and made a length check
Co-authored-by: Nikita Pastukhov <diementros@yandex.ru> Co-authored-by: Pastukhov Nikita <nikita@pastukhov-dev.ru>
* fix: Disabled excessive throttling for BatchSubscriber. * fix: Use separate thread for confluent kafka consumer. * refactor: Added run_in_executor function. * fix: Stop consumer client after consumer tasks are stopped.
* Feat: add tests * Feat: add concurrent subscriber * Fix: revert ruff * Fix: again ruff * Fix: fastapi init * Fix: inheritance --------- Co-authored-by: Daniil Dumchenko <dumchenko.de@sibvaleo.com> Co-authored-by: Pastukhov Nikita <nikita@pastukhov-dev.ru>
* fix: Non-threadsafe operations in AsyncConfluentProducer. * fix: Unbound error in AsyncConfluentProducer.publish method. * fix: AsyncConfluentFastProducer type hints.
* feat: Mypy tests for broker middleware. * refactor: Move BaseMiddleware to _internal module. * fix: Added missed second type variable to BrokerMiddleware protocol. * fix: Broker middleware mypy issues. * fix: Added missed type vars to base prometheus middleware classes. * fix: Redis prometheus middleware type hints. * fix: Rabbit prometheus middleware type hints. * fix: Nats prometheus middleware type-hints. * fix: Kafka broker public middleware contract. * fix: Confluent broker middleware public contract. * fix: Confluent prometheus middleware type hints. * fix: Kafka pometheus middleware type hints. * fix: Linter issues.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.