Topic Browse 0.4.4 Readme

Overview

Allows for browsing and searching for messages on a Kafka Cluster. It deserializes messages into their respective string format and allows for filtering on messages based on their string payload.

Browsing

Messages with payloads of the following types are supported

  • STRING

  • AVRO

  • JSON_SCHEMA

  • PROTOBUF

JSON Schema and PROTOBUF are supported with Apicurio Schema Registry only.

Filtering

Message filtering based on the string representation of the deserialized payload. Only messages containing the (optional) provided request field query are returned.