Closed murilozilli closed 4 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Sorry this is probably in the wrong repo
Followed the steps here:
https://github.com/FriendsOfSymfony/FOSElasticaBundle/blob/master/doc/cookbook/speed-up-populate-command.md
I do use symfony/flex and everything seems to be fine apart from this:
In ArrayNode.php line 327:
Unrecognized option "default" under "enqueue". Available options are "async_events", "client", "consumption", "extensions", "job", "transport".
Tried reading the tree builder and moved the transport and client up the tree removing default but than got a different error:
Unrecognized option "dsn" under "enqueue.transport". Did you mean "fs"?
Changing from dns to fs(which im pretty confident are completely different things anyway)
I get this
You have requested a non-existent parameter "enqueue.default_transport".
If I try to add the
default_transport
than I get:Unrecognized option "default_transport" under "enqueue".