Versions Compared

Key

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

...

  • Purgatory rewrite - The current data structure that handles async requests is a bit hacky and could be improved
  • Kafka API split - Currently we maintain a single class (KafkaApis.scala) that has all request handling logic. As we add apis this is unsustainable, we should have one handler class per API just to help shrink and separate this giant lump of code.
  • Move build to maven

Exactly once producer semantics

...