sync-postgresql-with-elasticsearch-example
sync-postgresql-with-elasticsearch-example copied to clipboard
🔄 Sync PostgreSQL to Elasticsearch via Debezium
Hi, I got mapping type error when working with ES7 > "type":"illegal_argument_exception","reason":"Types cannot be provided in put mapping requests, unless the include_type_name parameter is set to true."} Related to information:...
Hi @YegorZaremba I review your examples, but I think It need to aggregation step, because user post and comment are diffrent index. Could you please help me about aggregation this...
would you please change the Dockerfile to this: (multi staged Dockerfile) ``` FROM maven:3.5.2-jdk-8-alpine AS MAVEN_TOOL_CHAIN COPY pom.xml /tmp/ WORKDIR /tmp/ RUN mvn install dependency:copy-dependencies #https://raw.githubusercontent.com/debezium/debezium-examples/master/unwrap-smt/debezium-jdbc-es/Dockerfile FROM debezium/connect:1.0 ENV KAFKA_CONNECT_ES_DIR=$KAFKA_CONNECT_PLUGINS_DIR/kafka-connect-elasticsearch/...
hello i dont undeatnd your instructions is it docker-compose up --build or docker-compose up then --build ./start.sh? the only command that works limited is the compose --build but it hangs...