mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 21:55:56 +03:00
[GH-ISSUE #1898] Pubsub Integration Sanity Check #225
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#225
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ihandley-efx on GitHub (Feb 13, 2025).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/1898
Can someone please verify
fake-gcs-serverstill publishes notification messages to a pubsub emulator?I've scoured this repo looking for information:
I just can't get
fake-gcs-serverto publish a message.I'm doing this in Docker; here is the relevant portion of my
docker-compose.yml:The test I'm running writes an object to the
fake-gcs-server's bucket, and it seems to be doing that as seen here in the logs:I don't see any log message(s) written to indicate a message has been published nor has my pubsub listener picked anything up.
Any ideas what I'm missing here? Thanks in advance!
@zimkha commented on GitHub (Mar 17, 2025):
Hello, I see on your storage You have set PUBSUB_EMULATOR_HOST: localhost:8085 in the storage container. localhost in this context refers to the storage container itself, not the container. You can try to change the "localhost" on pusub in your storage container
@Goldziher commented on GitHub (Jun 4, 2025):
Same issue. This appears to be a real bug.