skip to Main Content

Phpmyadmin – Pyspark stream kafka debezium topic Error format, ETL

I have successfully created a mariadb database connection using debezium and kafka When I tried to stream the topic using pyspark this is the output that I get ------------------------------------------- Batch: 0 ------------------------------------------- +------+--------------------------------------------------------------------------------------------------------------------------+ |key |value | +------+--------------------------------------------------------------------------------------------------------------------------+ ||MaxDoe1.4.2.Finalnmysqlmariadbbtruebasecampemployees mysql-bin.000032�r�ȯݭd |…

VIEW QUESTION

Error creating CDC Azure Database MySQL to Apache Kafka

Hello guys i wanna ask some question about CDC mysql to kafka with azure database for mysql. I already following this tutorial: https://techcommunity.microsoft.com/t5/azure-database-for-mysql-blog/cdc-in-azure-database-for-mysql-flexible-server-using-kafka/ba-p/2780943 but got stuck while creating kafka conncetor on this part, and the error: {"error_code":400,"message":"Connector configuration is invalid…

VIEW QUESTION

Create a topic in docker apache/kafka

I'm following this guide https://kafka.apache.org/quickstart to run kafka locally using docker. On step 2 I run docker pull apache/kafka:3.7.0 docker run -p 9092:9092 apache/kafka:3.7.0 Then, on step 3, I login into the container using Docker Desktop and run bin/kafka-topics.sh --create…

VIEW QUESTION
Back To Top
Search