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 16, 2023. It is now read-only.
Simply run `sh ./externaltest.sh`. The script will retrieve the broker's external address
31
+
Run the testing script as configured below:
32
+
- If the External LoadBalancer is enabled with TLS support: `sh ./externaltest.sh -t`
33
+
- If the External LoadBalancer is NOT enabled with TLS support: `sh ./externaltest.sh`
34
+
35
+
The script will deploy a test topic and connect to the brokers through the external loadbalancer IP, utilizing kafkacat as a producer and consumer.
31
36
The test results will displayed at the end. The script with exit with code 0 for success and 1 for failure.
32
37
33
-
34
38
# Replication
35
39
36
40
A sample configuration for mirror maker is included with the repo. Upload the destination cluster's certificate into a secret called `mirrormaker-cluster-ca-cert` in the `kafka` namespace, and add the IP address of the destination cluster's broker into `mirror-maker.yaml`. You will also need to create a KafkaUser for the second cluster in order to authenticate Mirror Maker with your cluster. To test out Mirror Maker, run ./test/mirror-maker.sh to set up clients within the Kafka namespace authenticated with mutual TLS authentication. You can then test out replication by using the kafkaclient pods:
0 commit comments