Skip to content

Instantly share code, notes, and snippets.

@Algiras
Created December 11, 2020 14:29
Show Gist options
  • Save Algiras/f612f478b4288932742a1306b2e7487e to your computer and use it in GitHub Desktop.
Save Algiras/f612f478b4288932742a1306b2e7487e to your computer and use it in GitHub Desktop.
// we also add concept of tenant for easier use of multiple instances running at the same time
case class KafkaConfig(host: String, port: Int, topics: Topics,
group: Option[String], tenantId: Option[UUID])
case class Key(tenantId: UUID, id: UUID)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment