parent
bdd4fc6c85
commit
8bb2aeab2c
@ -1,78 +0,0 @@ |
|||||||
#version: kafka, 1.0.0 |
|
||||||
apiVersion: kafka.strimzi.io/v1beta2 |
|
||||||
kind: KafkaUser |
|
||||||
metadata: |
|
||||||
name: "service-account-service-demo01-kafka-common" |
|
||||||
labels: |
|
||||||
strimzi.io/cluster: kafka-cluster |
|
||||||
spec: |
|
||||||
authorization: |
|
||||||
type: simple |
|
||||||
acls: |
|
||||||
- resource: |
|
||||||
type: topic |
|
||||||
name: "demo01." |
|
||||||
patternType: prefix |
|
||||||
operations: |
|
||||||
- Read |
|
||||||
- Describe |
|
||||||
- DescribeConfigs |
|
||||||
- Write |
|
||||||
- resource: |
|
||||||
type: group |
|
||||||
name: "demo01-" |
|
||||||
patternType: prefix |
|
||||||
operations: |
|
||||||
- Read |
|
||||||
- Write |
|
||||||
- Describe |
|
||||||
--- |
|
||||||
apiVersion: kafka.strimzi.io/v1beta2 |
|
||||||
kind: KafkaTopic |
|
||||||
metadata: |
|
||||||
labels: |
|
||||||
strimzi.io/cluster: kafka-cluster |
|
||||||
name: "public-subway-info-copy" |
|
||||||
namespace: kafka-cluster |
|
||||||
spec: |
|
||||||
partitions: 6 |
|
||||||
replicas: 3 |
|
||||||
topicName: "demo01.public.subway_info_copy" |
|
||||||
config: |
|
||||||
cleanup.policy: compact |
|
||||||
retention.bytes: "1073741824" |
|
||||||
segment.bytes: "268435456" |
|
||||||
|
|
||||||
--- |
|
||||||
apiVersion: kafka.strimzi.io/v1beta2 |
|
||||||
kind: KafkaTopic |
|
||||||
metadata: |
|
||||||
labels: |
|
||||||
strimzi.io/cluster: kafka-cluster |
|
||||||
name: "public-subway-passengers-copy" |
|
||||||
namespace: kafka-cluster |
|
||||||
spec: |
|
||||||
partitions: 6 |
|
||||||
replicas: 3 |
|
||||||
topicName: "demo01.public.subway_passengers_copy" |
|
||||||
config: |
|
||||||
cleanup.policy: compact |
|
||||||
retention.bytes: "1073741824" |
|
||||||
segment.bytes: "268435456" |
|
||||||
|
|
||||||
--- |
|
||||||
apiVersion: kafka.strimzi.io/v1beta2 |
|
||||||
kind: KafkaTopic |
|
||||||
metadata: |
|
||||||
labels: |
|
||||||
strimzi.io/cluster: kafka-cluster |
|
||||||
name: "public-subway-passengers-time-copy" |
|
||||||
namespace: kafka-cluster |
|
||||||
spec: |
|
||||||
partitions: 6 |
|
||||||
replicas: 3 |
|
||||||
topicName: "demo01.public.subway_passengers_time_copy" |
|
||||||
config: |
|
||||||
cleanup.policy: compact |
|
||||||
retention.bytes: "1073741824" |
|
||||||
segment.bytes: "268435456" |
|
||||||
Loading…
Reference in new issue