This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hi Guys. I have a use case where we will be processing data from Kafka topic (all client positions in different stocks) ..based on which we will create and add two collection one of client currency and other instrument currency..both these will contain amounts..and we will write these two into a redis stream. Since there 6 Kafka partitions therefore we can add upto 6 instances.. This was our Module 1. Now module 2 will consume this stream ..and 1) it will aggregate each currency and its amount (which can be or - ) 2) after aggregation an algorithm will run on this aggregated data. Questions: 1) I have divided the work into two microservices M1 and M2..any suggestions. 2) any other ideas
Tech: Dotnet, redis, K9
Subreddit
Post Details
- Posted
- 3 months ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/microservic...