1123 / confluent-cloud-service-broker

Service Broker for Apache Kafka
5 stars 3 forks source link

Support for different kinds of bindings: ReadOnly, WriteOnly, ReadWrite #5

Open 1123 opened 4 years ago

1123 commented 4 years ago

For example: cf bind-service my-app my-topic -c '{ "user": "User:Bob", "type": "readOnly", "consumer_group": "my-sink-connector" }'

daniellavoie commented 4 years ago

The create-service operation could potentially be refactored to handle to maintain an ACL definition metadata as well as topic configuration. The update-service command would also have to handle the same routine of updating the state of the topic based on that configuration update.

See issue #6.