we have 2 microservices:

responsible for consuming message and update a globalKtable with
configuration information (key=id, value=myObject)

once it is activated with some id as an input it should look into the
configuration globalKtable and retrieve data by that id

how is it possible to access that globalktable from app2. should a RPC
layer needs to added to retrieve the info or KStream has some other
capabilities?

Thanks

Reply via email to