strmprivacy / cli

This is the STRM Privacy Command Line Interface, to define and manage your privacy streams, data schemas, event contracts and much more.
https://strmprivacy.io
Apache License 2.0
6 stars 2 forks source link

expose kafka topic in streams (api 2.35.0) #92

Closed bvdeenen closed 2 years ago

bvdeenen commented 2 years ago

Exposes Kafka topic attribute for Customer Cloud Deployment installations.

Self hosted account:

strm get installation 6e2afdf6-6c5c-4984-b353-4ae6f33933ca
 INSTALLATION ID                        TYPE          BILLING ACCOUNT ID

 6e2afdf6-6c5c-4984-b353-4ae6f33933ca   SELF_HOSTED   4bfc421f-011f-4e60-8397-55793c5b5b79

strm list streams
 STREAM    DERIVED   CONSENT LEVEL TYPE   CONSENT LEVELS   ENABLED   KAFKA TOPIC

 first     false                          []               true      stream-92a4060c-2156-412a-826d-538b8d215c35
 first-3   true      CUMULATIVE           [3]              true      stream-892b2d8b-d1f5-407f-a940-cb92d60872c9

SAAS account

strm get installation 42424242-4242-4242-4242-424242424242
 INSTALLATION ID                        TYPE   BILLING ACCOUNT ID

 42424242-4242-4242-4242-424242424242   SAAS

strm list streams
 STREAM                DERIVED   CONSENT LEVEL TYPE   CONSENT LEVELS   ENABLED

 sim-deterministic-1   true      CUMULATIVE           [1]              true
 sim-deterministic-2   true      CUMULATIVE           [2]              true
 sim-deterministic-3   true      CUMULATIVE           [3]              true
strmprivacy-io commented 2 years ago

:tada: This PR is included in version 2.1.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: