Skip to content

Commit

Permalink
add confluent cloud example
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcheatham committed Sep 12, 2022
1 parent 9023539 commit c4f20cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cmd/meroxa/root/resources/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,11 @@ $ meroxa resource create snowflake \
--type snowflakedb \
-u "snowflake://$SNOWFLAKE_URL/meroxa_db/stream_data" \
--username meroxa_user \
--password $SNOWFLAKE_PRIVATE_KEY`,
--password $SNOWFLAKE_PRIVATE_KEY
$ meroxa resource create confluentcloud \
--type confluentcloud \
-url "kafka+sasl+ssl://$CONFLUENT_USER:$CONFLUENT_PASSWORD@$CONFLUENT_HOST:$CONFLUENT_PORT/?sasl_mechanism=plain"`,
}
}

Expand Down

0 comments on commit c4f20cf

Please sign in to comment.