Kafka - MySQL

Kafka Commit Log Messaging Process

About

Kafka Connect - JDBC Connector

Demo

create database kafka;
use kafka;
CREATE
        TABLE demo
        (
            id            INT
          , value       VARCHAR( 255 )
          , create_ts TIMESTAMP DEFAULT CURRENT_TIMESTAMP
          , update_ts TIMESTAMP DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
        );
insert into demo (id, value) values (1,"Nico");

Documentation / Reference

Support

HTTP 500: Problem accessing /connectors

$ confluent load JdbcMysqlConnector01 -d mySQL.json
Warning: Install 'jq' to add support for parsing JSON
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 500 </title>
</head>
<body>
<h2>HTTP ERROR: 500</h2>
<p>Problem accessing /connectors. Reason:
<pre>    Request failed.</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
</body>
</html>





Discover More
Kafka Commit Log Messaging Process
Kafka Connect - JDBC Connector

Configuration file: confluentinc/kafka-connect-jdbc/releases or the confluent repo ...



Share this page:
Follow us:
Task Runner