Versions Compared

Key

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

...

Rest server can be easily scaled by deploying multiple proxy instances. This way we can spread the load across multiple proxy instanceinstances.
Producer API

REST server accepts produce requests for specific topics or partitions. It internally uses java producer instance to write messages into Kafka. 

...