tomodachi icon indicating copy to clipboard operation
tomodachi copied to clipboard

💻 Microservice lib designed to ease service building using Python and asyncio, with ready to use support for HTTP + WS, AWS SNS+SQS, RabbitMQ / AMQP, middlewares, envelopes, logging, lifecycles. Ext...

Results 39 tomodachi issues
Sort by recently updated
recently updated
newest added

Bumps [pytz](https://github.com/stub42/pytz) from 2022.1 to 2022.2. Commits b247b50 Remove obsolete Travis config c7cf378 Bump version numbers to 2022b/2022.2 d0d613c Europe/Belfast changes move it to common_timezones be677ab Enable full PACKRATDATA for...

dependencies
python

Bumps [aiobotocore](https://github.com/aio-libs/aiobotocore) from 1.3.3 to 1.4.2. Release notes Sourced from aiobotocore's releases. aiobotocore 1.4.2 Changes Fix missing close() method on http session (thanks @​terrycain) Fix for verify=False aiobotocore 1.4.1 Changes...

dependencies
python

I've tried variations of the log flag and cannot seem to work. There also does not seem to be an error when an invalid input is passed to it. ```...

I have a scenario where I want to subscribe one SQS queues to many topics, hence handling the creation of topics and subscriptions externaly to tomadashi. The [doc](https://tomodachi.dev/docs/aws-sns-sqs) seems to...

Hello! I was checking the repository and, in particular, the examples and I saw that the docker example fails when I try to build it. The only problem is that...

Hi recently i've bump into this framework and very interested with its idea. In the past, I've work (and contribute) with a couple of micro-services framework. I would like to...

enhancement
feature
web server

Hi @kalaspuff, this library looks really great! I was wondering whether you intend to add or would entertain support for Kafka? I think it shouldn't be a heavy lift given...

feature
distributed messaging

I would like to use redis as a message queue.

feature
distributed messaging

I don't see any support for kafka, are there plans to add a driver for it?

feature
distributed messaging

This is needed in order to run a service with an assumed role, e.g within a Docker container with the ECS Role credentials.