Skip to content

Commit

Permalink
Merge pull request #207 from RADAR-base/fix-s3-connector-num-kafka-br…
Browse files Browse the repository at this point in the history
…okers

Fix description of kafka_num_brokers value
  • Loading branch information
keyvaann authored Jun 24, 2024
2 parents a10ecb2 + 691b983 commit e9665cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/radar-s3-connector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "7.6.0-hotfix"
description: A Helm chart for RADAR-base s3 connector. This connector uses Confluent s3 connector with a custom data transformers. These configurations enable a sink connector. See full list of properties here https://docs.confluent.io/kafka-connect-s3-sink/current/configuration_options.html#s3-configuration-options
name: radar-s3-connector
version: 0.3.2
version: 0.3.3
icon: "http://radar-base.org/wp-content/uploads/2022/09/Logo_RADAR-Base-RGB.png"
sources:
- https://github.com/RADAR-base/radar-helm-charts/tree/main/charts/radar-s3-connector
Expand Down
3 changes: 2 additions & 1 deletion charts/radar-s3-connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# radar-s3-connector
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/radar-s3-connector)](https://artifacthub.io/packages/helm/radar-base/radar-s3-connector)

![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.6.0-hotfix](https://img.shields.io/badge/AppVersion-7.6.0--hotfix-informational?style=flat-square)
![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.6.0-hotfix](https://img.shields.io/badge/AppVersion-7.6.0--hotfix-informational?style=flat-square)

A Helm chart for RADAR-base s3 connector. This connector uses Confluent s3 connector with a custom data transformers. These configurations enable a sink connector. See full list of properties here https://docs.confluent.io/kafka-connect-s3-sink/current/configuration_options.html#s3-configuration-options

Expand Down Expand Up @@ -64,6 +64,7 @@ A Helm chart for RADAR-base s3 connector. This connector uses Confluent s3 conne
| readinessProbe.successThreshold | int | `1` | Success threshold for readinessProbe |
| readinessProbe.failureThreshold | int | `3` | Failure threshold for readinessProbe |
| networkpolicy | object | check `values.yaml` | Network policy defines who can access this application and who this applications has access to |
| kafka_num_brokers | int | `3` | Number of deployed Kafka broker instances |
| kafka.url | string | `"PLAINTEXT://cp-kafka-headless:9092"` | Kafka broker URLs |
| schemaRegistry.url | string | `"http://cp-schema-registry:8081"` | Schema registry URL |
| catalogServer.url | string | `"http://catalog-server:9010"` | Catalog server URL |
Expand Down
4 changes: 4 additions & 0 deletions charts/radar-s3-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ networkpolicy:
- port: 53
protocol: TCP


# -- Number of deployed Kafka broker instances
kafka_num_brokers: 3

kafka:
# -- Kafka broker URLs
url: PLAINTEXT://cp-kafka-headless:9092
Expand Down

0 comments on commit e9665cb

Please sign in to comment.