Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Kafka topic name
1 - 249Number of partitions
x >= 1Replication factor (defaults to broker count)
x >= 1Topic cleanup policy
delete, compact, delete,compact Minimum in-sync replicas
x >= 1Time to retain data in ms (-1 for unlimited)
x >= -1Max size on disk in bytes (-1 for unlimited)
x >= -1Maximum message size in bytes
x >= 1Additional topic configs as key-value pairs
Successful Response
Serialization format information for a topic.
Topics inherit their serialization format from their producer (source/transform). Most Streamkap sources use Avro by default with Schema Registry.