Skip to content
Discussion options

You must be logged in to vote

i am sorry for late replay, i find and fixed that issue.

#if IS_CONTAIONER_BUILD

    zookeeper = builder.AddContainer("zookeeper", "confluentinc/cp-zookeeper", "latest");
    broker1 = builder.AddContainer("broker-1", "confluentinc/cp-server", "latest");
    controlCenter = builder.AddContainer("control-center", "confluentinc/cp-enterprise-control-center", "latest");
    schemaRegistry = builder.AddContainer("schema-registry", "confluentinc/cp-schema-registry", "latest");
    postgres = builder.AddContainer("postgres", "postgres", "latest");
    scyllaDb = builder.AddContainer("scylla-db", "scylladb/scylla", "latest");
    redis = builder.AddContainer("redis", "redis", "latest");  

#endif

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@RedEye-Developers
Comment options

Answer selected by RedEye-Developers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants