You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2020. It is now read-only.
Stream-reactor and Kafka Connectors any environment variable beginning with CONNECT is used to build the Kafka Connect properties file, the Connect cluster is started with this file in distributed mode. Any
environment variable starting with CONNECTOR is used to make the Connector properties file, which is posted into
the Connect cluster to start the connector.
Lenses
Documentation for the Lenses chart can be found here.
Lenses SQL runners
Documentation for the Lenses SQL Runner chart can be found here.
SSL/SASL
The connectors support SSL and SASL on Kafka. For this you need to provide the base64 encoded contents of the key and truststores.
The key/truststores added to a secret and mounted into /mnt/secrets
For SASL, you need to provide the base64 encoded keytab file contents. Note that the keytab path in the jaas.conf must be set to /mnt/secrets.
If the connector, for example, Cassandra requires SSL, provided the base64 contents for the key/truststores. They will be mounted into /mnt/connector-secrets and any connector config parameters are set automatically.
For connectors supporting TLS, the certs will be mounted via secrets into /mnt/connector-secrets and any connector config parameters are set automatically
FOR BASE64 encoding
Make sure to not include split lines.
openssl base64 < client.keystore.jks | tr -d '\n'
Building/Testing
Run package.sh this in turn calls scripts/lint.sh which will perform linting checks on the charts and also check we aren't going to overwrite existing charts.
If all good, checkin, tag and push the ```docs`` folder. This charts are hosted on the github page.
Contribute
Contributions are welcome for any Kafka Connector or any other component that is useful for building Data Streaming pipelines
The package.sh then needs to be updated with the key name, and an environment variable HELM_KEY_PASSPHRASE
created in the travis build settings with the pass phrase used to encrypt the key.
About
In-deprecation. For Lenses please check lensesio/lenses-helm-charts. Soon Stream Reactor will also get its own Helm repository.