Best approach to ingest Streaming Data in Lagom Microservice
问题 I am creating streaming analytics application in which each analytics/functionality will implement as a Microservice so that this analytics can able to use in the different project later. I am using Lagom for creating Microservice. I am new in lagom that's why i came across with some doubts. I don't understand what will be the best approach to Post my stream of data (coming from multiple sensors) to microservice and then this microservice publish data to kafka topic. Does Lagom Feature of