Apache Pulsar channel binding
Contains information about the channel representation in Apache Kafka.
Structure
Examples
json
{
"namespace": "ns1",
"persistence": "persistent",
"compaction": 1000,
"retention": {
"time": 15,
"size": 1000
},
"ttl": 360,
"geo-replication": [
"us-west",
"us-east"
],
"deduplication": true,
"bindingVersion": "0.1.0"
}
Changelog
Good news, nothing was changed