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 have been able to run the NATS server, with the -js option for streams. I try to create a stream if one does not already exist and I get the timout error, as per the issue. Not sure what this is happening.
# Persist messages on the subjects.
await self.nc.add_stream(
name=STREAM_NAME,
subjects=[SUBSCRIPTION_SUBJECT, PUBLISH_SUBJECT],
retention=RetentionPolicy.WORK_QUEUE
)
The text was updated successfully, but these errors were encountered:
wallyqs
changed the title
Calling stream_info() returns a nats.errors.TimeoutError: nats: timeout
Calling stream_info() returns a nats.errors.TimeoutError: nats: timeout (invalid stream name issue)
May 3, 2022
Can this be documented anywhere? Would've been nice to know that . is not valid in stream names. Even NATS server wasn't throwing an error, even with -DV
I have been able to run the NATS server, with the -js option for streams. I try to create a stream if one does not already exist and I get the timout error, as per the issue. Not sure what this is happening.
The text was updated successfully, but these errors were encountered: