Now that the river based sync has been replaced with mongo-connector based sync, I think its fair to say that running in detached mode is no longer required.
Would you agree that we can clean up the following instructions from the README?
docker-compose up -d # If you skip -d, then the entire clusted will go down when
# mongosetup and elasticsearch-river-setup are done.
as its no longer true.
Now that the
riverbased sync has been replaced withmongo-connectorbased sync, I think its fair to say that running in detached mode is no longer required.Would you agree that we can clean up the following instructions from the README?
as its no longer true.