Jáchym Toušek
Jáchym Toušek
Well the main problem is that you don't resolve the configuration in the ZipkinExtension as you should but instead only create parameters and resolve it at runtime in TracingFactory. In...
Personally I'm going to use [bunny](https://github.com/jakubkulhan/bunny). It's based on ReactPHP instead of Amphp but since Amphp accepts React promises it should work just fine.
@zloyuser Can you be more specific on what bugs can occur with bunny? I didn't know your library and now I'm of course considering it. But still bunny is used...
ping @zloyuser
@zloyuser > if you use bunny with amphp (or any other reactphp library) you need understand that you actually use two event loop I don't understand. Why would there be...
Ah yeah, you're right. That kinda sucks... Ok, I'll consider using your lib then.
There is a documentation for react adapter [here](https://amphp.org/react-adapter/). It just doesn't seem to be linked anywhere - not from the packages page nor from the promises section where the paragraph...