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

Add RabbitMQConnector #7

Merged
merged 2 commits into from
Feb 21, 2024
Merged

Add RabbitMQConnector #7

merged 2 commits into from
Feb 21, 2024

Conversation

lazorikv
Copy link
Collaborator

Introduced the RabbitMQConnectorGateway for enhanced RabbitMQ integration. This includes new tests, and necessary Config model changes. The publish, consume, and queue management methods were added for the RabbitMQ interaction. A new batched helper was also added for batching messages during publishing. Configuration parsing logic and necessary dependencies were also updated.

@lazorikv lazorikv requested review from hrimov and vaneezygit January 17, 2024 13:54
@lazorikv lazorikv self-assigned this Jan 17, 2024
@lazorikv lazorikv force-pushed the feature/rmq_connector branch from f08e544 to b840093 Compare January 17, 2024 15:18
Introduced the RabbitMQConnectorGateway for enhanced RabbitMQ integration. This includes new tests, and necessary Config model changes. The `publish`, `consume`, and queue management methods were added for the RabbitMQ interaction. A new `batched` helper was also added for batching messages during publishing. Configuration parsing logic and necessary dependencies were also updated.

4

4
@lazorikv lazorikv force-pushed the feature/rmq_connector branch from b840093 to 1cdbe0c Compare January 17, 2024 15:22
src/app/application/rmq_connector/interfaces.py Outdated Show resolved Hide resolved
pyproject.toml Outdated Show resolved Hide resolved
src/app/infrastructure/config/models/rmq_connector.py Outdated Show resolved Hide resolved
src/app/infrastructure/config/models/rmq_connector.py Outdated Show resolved Hide resolved
src/app/infrastructure/rmq_connector/gateway.py Outdated Show resolved Hide resolved
tests/integration/infrastructure/rmq_connector/conftest.py Outdated Show resolved Hide resolved
@hrimov hrimov assigned hrimov and unassigned lazorikv Feb 21, 2024
@hrimov hrimov removed the request for review from vaneezygit February 21, 2024 11:10
@lazorikv
Copy link
Collaborator Author

LЗБСTM!

@hrimov hrimov merged commit 6bd61dd into dev Feb 21, 2024
2 checks passed
@hrimov hrimov deleted the feature/rmq_connector branch February 21, 2024 11:31
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