You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble tracking down how we might toggle ordering for a given subscription we specify as environment configs.
It's my understanding from the docs that ordering is supported for the Pubsub emulator but based on the source code I'm not seeing how we might be able to specify this with configs.
For my immediate need I could manually spin up the subscription in a script and apply ordering that way, but seeing as my development environment heavily uses docker-compose it would be nice if this kind of thing was supported out of the box.
Happy to draft a proposal/PR myself but I was just wondering if I'm missing something.
Thanks!
The text was updated successfully, but these errors were encountered:
I'm aware that this issue is best tackled in the main pubsubc repo but this project is (moderately) more visible.
Reviewing the open issues and PRs it looks like both repos haven't been touched in quite a while. I'm going to try my hand at something in a fork that we can always pull in if it feels like a robust solution.
Hello,
I'm having trouble tracking down how we might toggle ordering for a given subscription we specify as environment configs.
It's my understanding from the docs that ordering is supported for the Pubsub emulator but based on the source code I'm not seeing how we might be able to specify this with configs.
For my immediate need I could manually spin up the subscription in a script and apply ordering that way, but seeing as my development environment heavily uses docker-compose it would be nice if this kind of thing was supported out of the box.
Happy to draft a proposal/PR myself but I was just wondering if I'm missing something.
Thanks!
The text was updated successfully, but these errors were encountered: