I have a query on sharing of state-stores. Do the applications, should have it's local state-store to exchange meta-data?
I mean, let's assume there are 2 appliations, one application process data published to a topic to it's local state-store and the other application, to exposing APIs to access the data. As part of the second application, stream builder adds state-store to it's topology. Would this be possible by defining application.server in the stream configuration?
Also when we define application.server property for streaming applications, what is the port number, it is any randon number to provide. From the documentation, "host1:4460", "host5:5307" and "host3:4777", these numers stands for what?
Thanks