java - PCF - Kafka Deployment -
i using pivotal cloud foundry deploying microservices. building eventservice uses kafka messaging. kafka available in pcf marketplace or possible run kafka on pcf or should hosted externally?
the options amit's response here still valid. major difference cf persistence proposal linked has been completed , feature called volume services. using volume services, can have persistent store mounted application container. would, in turn, allow deploy kafka application on pcf , not lose data.
that said, still need service broker if want integrate kafka marketplace. optional though, create user provided services instead, , doesn't require broker.
hope helps!
Comments
Post a Comment