-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guidance on setting up a docker-compose file for enabling backbeat + cloudserver for bucket notifications #2560
Comments
Nevermind. I was using the docker hub images that are quite old so I moved to using the GHCR images. My docker-compose looks now as:
with the backbeat config files as:
I fail to understand how are the bucket notifications send from the CloudServer to Backbeat. Can I get some hints here? |
CloudServer writes actions performed on bucket / objects into the metadata backend in a Backbeat will connect to that metadata server to read that recordLog and send bucket notifications. Right now, your cloudserver uses a Then in backbeat config |
I tried with this docker-compose file:
but
backbeat
service is constantly restarting.Can you please provide me a minimal docker-compose that I can use for inspiration so that backbeat gets "connected" to cloudserver so that I can use the bucket notifications extension?
The text was updated successfully, but these errors were encountered: