We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting permission errors with lower cases subjects:
nats: encountered error nats.errors.Error: nats: permissions violation for subscription to "_inbox.iubb8con90a1ek664axoyt.*" nats: encountered error nats.errors.Error: nats: permissions violation for publish to "$js.api.consumer.create.gpu_tasks"
But subjects case sensitive, and these Jetstream system subjects are actually upper case, so this is very confusing.
Was testing against current production synadia server, and nats-py 2.8.0
No response
The text was updated successfully, but these errors were encountered:
Hit the same bug today
Sorry, something went wrong.
I think this is the server sending the error like that.
I was using synadia cloud too, in case it helps with diagnosis
caspervonb
No branches or pull requests
Observed behavior
Getting permission errors with lower cases subjects:
Expected behavior
But subjects case sensitive, and these Jetstream system subjects are actually upper case, so this is very confusing.
Server and client version
Was testing against current production synadia server, and nats-py 2.8.0
Host environment
No response
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: