This repository has been archived by the owner on Jan 3, 2021. It is now read-only.
- Moved around some internal classes (Collector related stuff). As this was really an internal stuff, expect BC Breaks if you rely on those (you shouldn't).
- Readd the possibility to specify a string argument for the publisher's gate argument
- Added some tests. <3
- Removed usage of parameter bag for the compiler pass
- Moved the check for either uri or host in the config tree rather than the extension
- Split the processor building part into a proper factory of its own rather than in the consumer command
- Added a way to configure the monolog logger's channel used in the
CommandProcessor
andConsumerFactory
services.