Vincent Composieux
Vincent Composieux
Hi @automatix, I think this is because the `symfony.localhost` server name is hard coded into the nginx configuration here: https://github.com/eko/docker-symfony/blob/master/nginx/symfony.conf#L2 Maybe we could use `server_name _;` to have a catch-all...
Thank you for this complete answer Franz! I have no doubt we are on the good way to find a great way to allow this implementation with your comments :)...
Here is a little update on current status: * I've removed the `WithSaramaConsumerWrapper` option (not needed, we can already wrap the Sarama Consumer with existing builder) * I've moved the...
Hi @frairon, Thank you for working on this P.o.C. I think you're right it could be better to provide a unified way to build the OpenTelemetry instrumentation for both producer...
Hi @nfrankel, Thank you for suggesting this new cache store, I will try to give it a look in the coming days.
Hi @robertfausk, I think your workaround is the only solution available at this time. To read feed, we are using https://github.com/laminas/laminas-feed/blob/2.16.x/src/Reader/Reader.php which does not seems to allow a proxy. Thank...
Hi @lethak, Thank you for this workaround about SSL, I've never had the use case. I think the principal option needed here is `sslverifypeer` in order to do not check...
Alright, I understand the issue. You're welcome to submit a pull request in order to add parameters to provide `ZendHttpClient`/parameters. Let me know if you haven't enough time to work...
Hello @aarsla, This is not done in the default hydrator but you can create your in order to support it. See: https://github.com/eko/FeedBundle#read-an-xml-feed-and-populate-an-entity
@pavelnikolov, Thanks for your quick & clear reply! 1. You're right, actually it only supports `FIELD_DEFINITION`, maybe we could add support for `OBJECT` and `FRAGMENT` too in a second time?...