dsh_sdk 0.8.0

SDK for KPN Data Services Hub
Documentation
{
  "brokers": [
    "broker-0.tt.kafka.mesos:9091",
    "broker-1.tt.kafka.mesos:9091",
    "broker-2.tt.kafka.mesos:9091"
  ],
  "streams": {
    "scratch.test": {
      "name": "scratch.test",
      "cluster": "/tt",
      "read": "scratch.test.test-tenant",
      "write": "scratch.test.test-tenant",
      "partitions": 3,
      "replication": 1,
      "partitioner": "default-partitioner",
      "partitioningDepth": 0,
      "canRetain": false
    },
    "stream.test": {
      "name": "stream.test",
      "cluster": "/tt",
      "read": "stream\\.test\\.[^.]*",
      "write": "",
      "partitions": 1,
      "replication": 1,
      "partitioner": "default-partitioner",
      "partitioningDepth": 0,
      "canRetain": true
    }
  },
  "private_consumer_groups": [
    "test-app.7e93a513-6556-11eb-841e-f6ab8576620c_1",
    "test-app.7e93a513-6556-11eb-841e-f6ab8576620c_2",
    "test-app.7e93a513-6556-11eb-841e-f6ab8576620c_3",
    "test-app.7e93a513-6556-11eb-841e-f6ab8576620c_4"
  ],
  "shared_consumer_groups": [
    "test-app_1",
    "test-app_2",
    "test-app_3",
    "test-app_4"
  ],
  "non_enveloped_streams": [],
  "schema_store": "http://schema-registry.tt.kafka.mesos:8081"
}