0

As an alternative to resharding which causes much latency how can we dynamically create aws kinesis streams and round-robin-ing to streams?

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
tarun kumar Sharma
  • 897
  • 11
  • 21

1 Answers1

0
  1. I have solved this partially by taking the sample stream messages of 2000 from the twitter hosebird- client.
  2. I have created 3 AWS Kinesis Streams each getting 500 messages and calling the next AWS Kinesis Stream by automatically(java - code).
  3. For the last 500 messages the last stream again called the first stream.

Is this the right approach ?

I am trying do this by the concept given in the book : Concepts of OS by Galvin and apply the same for multiple AWS Kinesis Streams.

tarun kumar Sharma
  • 897
  • 11
  • 21
  • If you have a new question, please ask it by clicking the [Ask Question](http://stackoverflow.com/questions/ask) button. Include a link to this question if it helps provide context. - [From Review](/review/low-quality-posts/10470819) – vojta Dec 07 '15 at 12:44
  • Sure , from next time – tarun kumar Sharma Dec 07 '15 at 12:59