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
Please add an api that will create a Stream is not exists and return it if exists. Hence the CreateStreamIfAbsent api. This api is needed to auto create the stream from my application. It was surprising to not have this api.
CreateOrUpdateStream might nice to keeping in sync with the CreateOrUpdateConsumer api. Though, I have not felt th need for this api.
What motivated this proposal?
Please add an api that will create a Stream is not exists and return it if exists. Hence the
CreateStreamIfAbsent
api. This api is needed to auto create the stream from my application. It was surprising to not have this api.CreateOrUpdateStream
might nice to keeping in sync with theCreateOrUpdateConsumer
api. Though, I have not felt th need for this api.What is the proposed change?
Something like this is what I am doing.
Who benefits from this change?
No response
What alternatives have you evaluated?
No response
The text was updated successfully, but these errors were encountered: