Skip to content

Do consumers/subscriptions get lost between HTTP bridge restarts? #792

Answered by scholzj
noamichael asked this question in Q&A
Discussion options

You must be logged in to vote

That is correct. The consumers and subscriptions are lost when the bridge restarts. That is expected behavior.


as an alternative to connecting via the Kafka protocol

I do not know anything about your project - but in general, I think whenever you have a good Kafka client available, you should use it. The HTTP Bridge makes sense in situations when you do not have a Kafka client around or it would need too many resources to use it (e.g. IoT use-cases) or for example when you want to better isolate your Kafka cluster from the outside world (e.g. using HTTP from the remote application over open internet instead of the Kafka protocol.).

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@noamichael
Comment options

@scholzj
Comment options

Answer selected by noamichael
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants