所以这个版本简化了很多)我还发现KSQLDB表名必须遵循常规的SQL表名命名约定(即alpha、下划线等...但没...
which means that the CLI is trying to connect tolocalhost(i.e., theksqldb-clicontainer), which is not correct. It needs to connect to theksqldb-servercontiainer. The correct command is: docker exec -it ksqldb-cli ksql http://ksqldb-server:8088 and the output will show: OpenJDK 64-...
docker内存分配最少为8GB。使用docker desktop for mac时,默认docker内存分配为2 gb。您可以在docker中将...
ARG KSQLDB_VERSION FROM confluentinc/ksqldb-server:${KSQLDB_VERSION} ARG DEBEZIUM_VERSION=1.3.0.Beta2 ENV PLUGINS_DIR=/usr/share/confluent-hub-components/ ENV CONNECT_PLUGIN_PATH="/usr/share/confluent-hub-components" USER root RUN mkdir -p $PLUGINS_DIR && chown -R appuser: $PLUGINS_DIR ...
Describe the bug ksqlDB java client giving error while executing pull/push queries at '/query-stream' api endpoint. Error: Received 400 response from server: This endpoint is only available when using HTTP2. Error code: 40004 Also tried ...