Versions Compared

Key

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

...

Code Block
languagejs
titleSink offsets response
{
  "offsets": [
    {
      "partition": {
        "Kafka topic": // Kafka topic
        "Kafka partition": // Kafka partition
	  },
      "offset": {
        "Kafka offset": // Kafka offset
      }
    }
  ]
}

...