Skip to content

Commit 11b9940

Browse files
committed
added some questions to readme
1 parent 3b8291a commit 11b9940

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,3 +197,17 @@ For example, if the IP of your machine is `50.10.2.3`, follow the sample mapping
197197
Create a `connectors` directory and place your connectors there (usually in a subdirectory) `connectors/example/my.jar`
198198

199199
The directory is automatically mounted by the `kafka-connect` Docker container
200+
201+
OR edit the bash command which pulls connectors at runtime
202+
203+
```
204+
confluent-hub install --no-prompt debezium/debezium-connector-mysql:latest
205+
confluent-hub install
206+
```
207+
208+
**Q: How to disable Confluent metrics?**
209+
210+
Add this environment variable
211+
```
212+
KAFKA_CONFLUENT_SUPPORT_METRICS_ENABLE=false
213+
```

0 commit comments

Comments
 (0)