I'm started using Apache Kafka and Kafka Connect within Confluent Platform.I deployed it using docker compose example: -all-in-one/blob/7.3.0-post/cp-all-in-one/docker-compose.yml and added needed connectors into kafka-connect.I have one question about limitations of this deploymentSince it uses following docker images:
I suppose at least one service (cp-enterprise-control-center) is enterprise version, but at this moment it works fine and I've not faced with limitations yet (I saw just one warning that I won't be deploy more than 1 brokers). Is it community edition or some "trial" of enterprise edition? Which limitations should I expect of this deployment, will it stop working after some time?
c80f0f1006