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
Currently we have to use something like Environment.streamCreator().stream("stream.stream").create() which even is not mentioned in the docs: https://docs.spring.io/spring-amqp/reference/html/#super-streams.
We do have an auto-creation for SuperStream though, perhaps something similar could be achieved for regular stream.
Something like this:
Or something like Map.of("x-queue-type", "stream") for regular Queue declaration is enough so far?
Shouldn't this be mentioned in the doc then somehow?
Also there is no pointers in the doc about spring-rabbit-stream dependency.
We also need to present a sample application somewhere.
@joshlong also asked about Rabbit Stream checkbox on start.spring.io, similar to the Apache Kafka Streams, but that fully different story.
The text was updated successfully, but these errors were encountered:
Currently we have to use something like
Environment.streamCreator().stream("stream.stream").create()
which even is not mentioned in the docs: https://docs.spring.io/spring-amqp/reference/html/#super-streams.We do have an auto-creation for
SuperStream
though, perhaps something similar could be achieved for regular stream.Something like this:
Or something like
Map.of("x-queue-type", "stream")
for regularQueue
declaration is enough so far?Shouldn't this be mentioned in the doc then somehow?
Also there is no pointers in the doc about
spring-rabbit-stream
dependency.We also need to present a sample application somewhere.
@joshlong also asked about Rabbit Stream checkbox on start.spring.io, similar to the Apache Kafka Streams, but that fully different story.
The text was updated successfully, but these errors were encountered: