jorge07 / symfony-6-es-cqrs-boilerplate

Symfony 6 DDD ES CQRS backend boilerplate.
MIT License
1.07k stars 187 forks source link

ElasticSearch index is not populated #105

Closed manelephant closed 5 years ago

manelephant commented 5 years ago

Hi everyone,

Everything is working great except i have nothing in ElasticSearch.

Well no index is created. Isn't it supposed to create/populate the index when you post a new user ? (as defined in the workflow doc)

Sorry if i missed something in the doc...

Cheers

jorge07 commented 5 years ago

Hi, thanks for report it.

ES is populated async with this worker https://github.com/jorge07/symfony-4-es-cqrs-boilerplate/blob/master/docker-compose.yml#L25-L29

Can you provide this container logs?

manelephant commented 5 years ago

Thanks @jorge07 for pointing this out !

jorge07 commented 5 years ago

You're very welcome!