Sebastian Stehle

Results 240 comments of Sebastian Stehle

I use the new builder. But I think the code with the converter has never been released. There is no such converter in the current nuget version: ![image](https://user-images.githubusercontent.com/1236435/153926664-b67889bf-a9d7-4a66-8219-1db3d069aecd.png) I use...

> This way, if the process crashes, the message will pop up as visible again, once the timeout has elapsed. Yes, this was also my idea. But this timeout should...

I am basically talking about pubsub here. If you use pubsub without direct support from the transport you need a unique address for each host. So you lets say you...

> You got multiple instances of a certain service? Yes > All of those got their own unique sub-address? Yes, to make pubsub possible when the transport does not support...

I have normal pubsub requirements, for me it would be cache invalidation. I have a few items that would be cached locally for better performance and then I would broadcast...

I just do not understand the general use case of PubSub then. Which deployment today has stable identifiers? For me it looks like pubsub makes only sense, when my deployment...

I understand the concept of durable messages and I have used it a lot, we have a very complex architecture here, based on kafka and well defined topics. In this...

Yes, I understand, it is just so confusing. I think your model is very similar to Google PubSub, where you create subscriptions manually. Then consumers subscribe to the subscriptions and...

But what do you think about extending the feature? I think rebus is good, the interface for custom transports is lean and small. e.g. it is super difficult with MassTransit,...

> Moreover – and this is actually the main reason why I am reluctant to add the feature – I think it signals that "transient subscriptions" is a thing in...