Yeva Byzek
Yeva Byzek
@markteehan also to note: https://docs.confluent.io/current/connect/kafka-connect-replicator/configuration_options.html#destination-topics says that `topic.preserve.partitions` default is true. So even unset, partition count should be preserved.
@markteehan `num.partitions=1` is by default in `server.properties`. But the demo specifies 6 partitions for the on-prem topic, in both demos: https://github.com/confluentinc/examples/blob/5.5.0-post/ccloud/start.sh#L125 https://github.com/confluentinc/examples/blob/5.5.0-post/ccloud/docker-compose.yml#L110 So it's still not clear why in your...
@l0n3r4n83r the default timeouts are good for most scenarios. Are there any particular settings that you have needed to adjust and why? cc: @confluentinc/clients
@markteehan is this about this start.sh script https://github.com/confluentinc/examples/tree/5.4.1-post/ccloud/beginner-cloud/start.sh or a different one? What's the special character that it did not accept?
@kchengrian please make sure to use the default branch 5.4.0-post. It seems that you may be working off the wrong branch (eg master)
@anandkumarkj I just pushed a fix https://github.com/confluentinc/examples/commit/6397e9b0564a44bd9755049d836f701bc41888a6 . Can you please do a fresh pull and try again?
@janumpallykalyan can you please confirm you did a fresh pull on `5.3.1-post` and that it has the fix 6397e9b ? ``` $ git log | grep 6397e9b commit 6397e9b0564a44bd9755049d836f701bc41888a6 ```
@janumpallykalyan can you please elaborate on "It still not working"? Search the connect logs and copy/paste the error message
@weichuliu all demos are validated on Docker for Mac (`Version 18.03.0-ce-mac60 (23751)`). They are not validated on VirtualBox. Can you please try Docker for Mac and see if it works?...
@weichuliu agree, thanks for filing this issue.