Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to allow sharing between the consumers, broker has to be able to distinguish data records by keys. For a generic purpose, the easy way to assign records by keys is to get a hashing range and allow range split when having multiple consumers talking to the same partition. This would be our starting point to support 

Public Interfaces

The 

Related Work

...