Skip to content

Commit

Permalink
feat: Update examples for 11.1.4 (#27)
Browse files Browse the repository at this point in the history
Signed-off-by: Varada Sunanda <Varada.Sunanda@ibm.com>
  • Loading branch information
varada-sunanda-ibm committed Feb 17, 2023
1 parent 0fa62f9 commit 49120c1
Show file tree
Hide file tree
Showing 34 changed files with 137 additions and 136 deletions.
3 changes: 1 addition & 2 deletions cr-examples/eventstreams/01-light-insecure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ spec:
kafka:
replicas: 1
config:
inter.broker.protocol.version: "3.2"
log.message.format.version: "3.2"
inter.broker.protocol.version: "3.3"
offsets.topic.replication.factor: 1
transaction.state.log.min.isr: 1
transaction.state.log.replication.factor: 1
Expand Down
3 changes: 1 addition & 2 deletions cr-examples/eventstreams/02-development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ spec:
authorizerClass: com.ibm.eventstreams.runas.authorizer.RunAsAuthorizer
supportsAdminApi: true
config:
inter.broker.protocol.version: "3.2"
inter.broker.protocol.version: "3.3"
log.cleaner.threads: 6
log.message.format.version: "3.2"
num.io.threads: 24
num.network.threads: 9
num.replica.fetchers: 3
Expand Down
3 changes: 1 addition & 2 deletions cr-examples/eventstreams/03-minimal-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ spec:
authorizerClass: com.ibm.eventstreams.runas.authorizer.RunAsAuthorizer
supportsAdminApi: true
config:
inter.broker.protocol.version: "3.2"
inter.broker.protocol.version: "3.3"
log.cleaner.threads: 6
log.message.format.version: "3.2"
num.io.threads: 24
num.network.threads: 9
num.replica.fetchers: 3
Expand Down
3 changes: 1 addition & 2 deletions cr-examples/eventstreams/04-prod-3-brokers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ spec:
authorizerClass: com.ibm.eventstreams.runas.authorizer.RunAsAuthorizer
supportsAdminApi: true
config:
inter.broker.protocol.version: "3.2"
inter.broker.protocol.version: "3.3"
log.cleaner.threads: 6
log.message.format.version: "3.2"
num.io.threads: 24
num.network.threads: 9
num.replica.fetchers: 3
Expand Down
3 changes: 1 addition & 2 deletions cr-examples/eventstreams/05-prod-6-brokers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ spec:
authorizerClass: com.ibm.eventstreams.runas.authorizer.RunAsAuthorizer
supportsAdminApi: true
config:
inter.broker.protocol.version: "3.2"
inter.broker.protocol.version: "3.3"
log.cleaner.threads: 6
log.message.format.version: "3.2"
num.io.threads: 24
num.network.threads: 9
num.replica.fetchers: 6
Expand Down
3 changes: 1 addition & 2 deletions cr-examples/eventstreams/06-prod-9-brokers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ spec:
authorizerClass: com.ibm.eventstreams.runas.authorizer.RunAsAuthorizer
supportsAdminApi: true
config:
inter.broker.protocol.version: "3.2"
inter.broker.protocol.version: "3.3"
log.cleaner.threads: 6
log.message.format.version: "3.2"
num.io.threads: 24
num.network.threads: 9
num.replica.fetchers: 9
Expand Down
3 changes: 1 addition & 2 deletions cr-examples/kafka-connect/kafka-connect-non-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ spec:
eventstreams.production.type: CloudPakForIntegrationNonProduction
productID: 2a79e49111f44ec3acd89608e56138f5
productName: IBM Event Streams for Non Production
productVersion: 11.1.3
productVersion: 11.1.4
productMetric: VIRTUAL_PROCESSOR_CORE
productChargedContainers: <ADD-NAME-OF-KAFKA-CONNECT-CR>-connect
cloudpakId: c8b82d189e7545f0892db9ef2731b90d
cloudpakName: IBM Cloud Pak for Integration
cloudpakVersion: 2022.4.1
productCloudpakRatio: "2:1"
bootstrapServers: my-cluster-kafka-bootstrap:9093
tls:
Expand Down
3 changes: 1 addition & 2 deletions cr-examples/kafka-connect/kafka-connect-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ spec:
eventstreams.production.type: CloudPakForIntegrationProduction
productID: 2cba508800504d0abfa48a0e2c4ecbe2
productName: IBM Event Streams
productVersion: 11.1.3
productVersion: 11.1.4
productMetric: VIRTUAL_PROCESSOR_CORE
productChargedContainers: <ADD-NAME-OF-KAFKA-CONNECT-CR>-connect
cloudpakId: c8b82d189e7545f0892db9ef2731b90d
cloudpakName: IBM Cloud Pak for Integration
cloudpakVersion: 2022.4.1
productCloudpakRatio: "1:1"
bootstrapServers: my-cluster-kafka-bootstrap:9093
tls:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ spec:
eventstreams.production.type: CloudPakForIntegrationNonProduction
productID: 2a79e49111f44ec3acd89608e56138f5
productName: IBM Event Streams for Non Production
productVersion: 11.1.3
productVersion: 11.1.4
productMetric: VIRTUAL_PROCESSOR_CORE
productChargedContainers: <ADD-NAME-OF-KAFKA-CONNECT-CR>-connect
cloudpakId: c8b82d189e7545f0892db9ef2731b90d
cloudpakName: IBM Cloud Pak for Integration
cloudpakVersion: 2022.4.1
productCloudpakRatio: "2:1"
bootstrapServers: my-cluster-kafka-bootstrap:9093
tls:
Expand Down
3 changes: 1 addition & 2 deletions cr-examples/kafka-connect/kafka-connect-s2i-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ spec:
eventstreams.production.type: CloudPakForIntegrationProduction
productID: 2cba508800504d0abfa48a0e2c4ecbe2
productName: IBM Event Streams
productVersion: 11.1.3
productVersion: 11.1.4
productMetric: VIRTUAL_PROCESSOR_CORE
productChargedContainers: <ADD-NAME-OF-KAFKA-CONNECT-CR>-connect
cloudpakId: c8b82d189e7545f0892db9ef2731b90d
cloudpakName: IBM Cloud Pak for Integration
cloudpakVersion: 2022.4.1
productCloudpakRatio: "1:1"
bootstrapServers: my-cluster-kafka-bootstrap:9093
tls:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ spec:
eventstreams.production.type: CloudPakForIntegrationNonProduction
productID: 2a79e49111f44ec3acd89608e56138f5
productName: IBM Event Streams for Non Production
productVersion: 11.1.3
productVersion: 11.1.4
productMetric: VIRTUAL_PROCESSOR_CORE
productChargedContainers: <ADD-NAME-OF-MM2-CR>-mirrormaker2
cloudpakId: c8b82d189e7545f0892db9ef2731b90d
cloudpakName: IBM Cloud Pak for Integration
cloudpakVersion: 2022.4.1
productCloudpakRatio: "2:1"
connectCluster: "my-cluster-target"
clusters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ spec:
eventstreams.production.type: CloudPakForIntegrationProduction
productID: 2cba508800504d0abfa48a0e2c4ecbe2
productName: IBM Event Streams
productVersion: 11.1.3
productVersion: 11.1.4
productMetric: VIRTUAL_PROCESSOR_CORE
productChargedContainers: <ADD-NAME-OF-MM2-CR>-mirrormaker2
cloudpakId: c8b82d189e7545f0892db9ef2731b90d
cloudpakName: IBM Cloud Pak for Integration
cloudpakVersion: 2022.4.1
productCloudpakRatio: "1:1"
connectCluster: "my-cluster-target"
clusters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,17 @@ spec:
type: topic
name: '*'
patternType: literal
operation: Read
operations:
- Read
- resource:
type: group
name: '*'
patternType: literal
operation: Read
operations:
- Read
- resource:
type: topic
name: __schema_
patternType: prefix
operation: Read
operations:
- Read
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,17 @@ spec:
type: topic
name: testtopic1
patternType: literal
operation: Read
operations:
- Read
- resource:
type: group
name: testgroup1
patternType: literal
operation: Read
operations:
- Read
- resource:
type: topic
name: __schema_testschema1
patternType: literal
operation: Read
operations:
- Read
9 changes: 6 additions & 3 deletions cr-examples/kafka-user/consumer-scram-testtopic1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,17 @@ spec:
type: topic
name: testtopic1
patternType: literal
operation: Read
operations:
- Read
- resource:
type: group
name: '*'
patternType: literal
operation: Read
operations:
- Read
- resource:
type: topic
name: __schema_
patternType: prefix
operation: Read
operations:
- Read
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,17 @@ spec:
type: topic
name: testtopic1
patternType: prefix
operation: Read
operations:
- Read
- resource:
type: group
name: testgroup1
patternType: prefix
operation: Read
operations:
- Read
- resource:
type: topic
name: __schema_
patternType: prefix
operation: Read
operations:
- Read
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,17 @@ spec:
type: topic
name: '*'
patternType: literal
operation: Read
operations:
- Read
- resource:
type: group
name: '*'
patternType: literal
operation: Read
operations:
- Read
- resource:
type: topic
name: __schema_
patternType: prefix
operation: Read
operations:
- Read
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,17 @@ spec:
type: topic
name: testtopic1
patternType: literal
operation: Read
operations:
- Read
- resource:
type: group
name: testgroup1
patternType: literal
operation: Read
operations:
- Read
- resource:
type: topic
name: __schema_testschema1
patternType: literal
operation: Read
operations:
- Read
9 changes: 6 additions & 3 deletions cr-examples/kafka-user/consumer-tls-testtopic1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,17 @@ spec:
type: topic
name: testtopic1
patternType: literal
operation: Read
operations:
- Read
- resource:
type: group
name: '*'
patternType: literal
operation: Read
operations:
- Read
- resource:
type: topic
name: __schema_
patternType: prefix
operation: Read
operations:
- Read
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,17 @@ spec:
type: topic
name: testtopic1
patternType: prefix
operation: Read
operations:
- Read
- resource:
type: group
name: testgroup1
patternType: prefix
operation: Read
operations:
- Read
- resource:
type: topic
name: __schema_
patternType: prefix
operation: Read
operations:
- Read
Original file line number Diff line number Diff line change
Expand Up @@ -30,29 +30,20 @@ spec:
type: topic
name: '*'
patternType: literal
operation: Write
- resource:
type: topic
name: '*'
patternType: literal
operation: Read
- resource:
type: topic
name: '*'
patternType: literal
operation: Create
operations:
- Write
- Read
- Create
- resource:
type: group
name: '*'
patternType: literal
operation: Read
- resource:
type: topic
name: "__schema_"
patternType: prefix
operation: Read
operations:
- Read
- resource:
type: topic
name: "__schema_"
patternType: prefix
operation: Alter
operations:
- Read
- Alter
12 changes: 8 additions & 4 deletions cr-examples/kafka-user/producer-consumer-scram-all-topics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,23 @@ spec:
type: topic
name: '*'
patternType: literal
operation: Write
operations:
- Write
- resource:
type: topic
name: '*'
patternType: literal
operation: Read
operations:
- Read
- resource:
type: group
name: '*'
patternType: literal
operation: Read
operations:
- Read
- resource:
type: topic
name: __schema_
patternType: prefix
operation: Read
operations:
- Read
Loading

0 comments on commit 49120c1

Please sign in to comment.