AlecAivazis / graphql-over-kafka

A framework for building event-driven microservice applications in python
MIT License
19 stars 3 forks source link

Add support for customizing action handler configuration #83

Closed AlecAivazis closed 8 years ago

AlecAivazis commented 8 years ago

It would be nice to be able to create a custom ActionConsumer and pass it to the service to use instead of the standard.

This would allow me to specify exchange, exchange_type, routing_keys, durability, etc.