From 6d5788f27cb890afdb3245639cb4c42c06138cbc Mon Sep 17 00:00:00 2001 From: Indra Date: Tue, 12 Mar 2024 00:18:45 +0530 Subject: [PATCH] DBZ-7353: Update readme with connect possible configurations example from compose file (#860) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2ce42c8..591dbe7e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Debezium UI will be available on [http://localhost:9000](http://localhost:9000) ### Prerequisites -With the latest update to Debezium UI you need a properly running Debezium instance version 2.5 or newer with Debezium kafka connect rest extension enabled and running DB instances, depending on what connectors you are going to use (Postgres, Mongo DB, MySQL, etc). +With the latest update to Debezium UI you need a properly running Debezium instance version 2.5 or newer with Debezium kafka connect rest extension enabled and running DB instances, depending on what connectors you are going to use (Postgres, Mongo DB, MySQL, etc). see example set of the configuration options [here](https://github.com/debezium/debezium-ui/blob/main/docker-compose.yaml#L67-L78) #### DEV Infrastructure with Docker-Compose