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
Quickly test [InfluxDB 3 Sink](https://docs.confluent.io/cloud/current/connectors/cc-influx-db3-sink.html) connector.
8
+
9
+
## Exposing docker container over internet
10
+
11
+
**🚨WARNING🚨** It is considered a security risk to run this example on your personal machine since you'll be exposing a TCP port over internet using [Ngrok](https://ngrok.com). It is strongly encouraged to run it on a AWS EC2 instance where you'll use [Confluent Static Egress IP Addresses](https://docs.confluent.io/cloud/current/networking/static-egress-ip-addresses.html#use-static-egress-ip-addresses-with-ccloud) (only available for public endpoints on AWS) to allow traffic from your Confluent Cloud cluster to your EC2 instance using EC2 Security Group.
12
+
13
+
Example in order to set EC2 Security Group with Confluent Static Egress IP Addresses and port 1414:
An [Ngrok](https://ngrok.com) auth token is necessary in order to expose the Docker Container port to internet, so that fully managed connector can reach it.
23
+
24
+
You can sign up at https://dashboard.ngrok.com/signup
25
+
If you have already signed up, make sure your auth token is setup by exporting environment variable `NGROK_AUTH_TOKEN`
26
+
27
+
Your auth token is available on your dashboard: https://dashboard.ngrok.com/get-started/your-authtoken
28
+
29
+
Ngrok web interface available at http://localhost:4551
30
+
31
+
## Prerequisites
32
+
33
+
See [here](https://kafka-docker-playground.io/#/how-to-use?id=%f0%9f%8c%a4%ef%b8%8f-confluent-cloud-examples)
- <imgsrc="https://github.com/vdesabou/kafka-docker-playground/raw/master/images/icons/mysql.png"width="15"> [JDBC MySQL Source](https://github.com/vdesabou/kafka-docker-playground/tree/master/ccloud/fm-jdbc-mysql-source) (also with 🔑 SSL) :ccloud/fm-jdbc-mysql-source:
241
242
- <imgsrc="https://github.com/vdesabou/kafka-docker-playground/raw/master/images/icons/mysql.png"width="15"> [JDBC MySQL Sink](https://github.com/vdesabou/kafka-docker-playground/tree/master/ccloud/fm-jdbc-mysql-sink):ccloud/fm-jdbc-mysql-sink:
0 commit comments