FastStream Altering Existing JetStream's Stream Settings #1891
Answered
by
Lancetnik
Atanusaha143
asked this question in
Q&A
-
I created a stream with specific properties using the CLI. However, when I tested a subscriber using FastStream, it unexpectedly altered the existing stream’s settings. Why did this happen? Faststream.replaces.existing.stream.v2.mp4 |
Beta Was this translation helpful? Give feedback.
Answered by
Lancetnik
Nov 5, 2024
Replies: 1 comment 1 reply
-
@Atanusaha143 FastStream tries to create / update stream by default |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Atanusaha143
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Atanusaha143 FastStream tries to create / update stream by default
Please, use stream as
@broker.subscriber(..., stream=JStream("test_pull_stream", declare=False))
to prevent this behavior