Does it make sense and what would be a reasonable way to implement the following:
This could happen for either single instances or a time series of data. There could be several micro-services consuming data (from kafka for example) and performing some kind of classification and assigning either binary or discrete value. How could we reasonably combine the results of such "voting" to save or present single value result.
I'm thinking about another microservice which would match the data (in case of time series by some identifier) but it would need to know how many votes to expect or could assume that the result should appear within some timeframe, but then it gets a bit less asynchronous.