From Zero to Hero with Kafka Connect

  Рет қаралды 27,647

Robin Moffatt

Robin Moffatt

Күн бұрын

Пікірлер: 45
@thomaskaminski2187
@thomaskaminski2187 3 жыл бұрын
Hi Robin, I never write comments on youtube videos, but i deeply want to thankyou for all your work !
@rmoff
@rmoff 3 жыл бұрын
Thanks - glad it was useful!
@vivekshah1664
@vivekshah1664 3 ай бұрын
Hi Robin, I am a software engineer at a startup. Last year we build a pipeline to sync our postgres data to elasticsearch and cassandra. It was all custom java code with lot of operational handling. Thank you for this video, I am planning to use connect for those pipelines.
@lossoth7141
@lossoth7141 3 жыл бұрын
Your examples are always very well chosen. Thanks.
@rmoff
@rmoff 3 жыл бұрын
Thanks - glad you've found it useful :)
@rajeshantony74
@rajeshantony74 2 жыл бұрын
Hai Robin, I am a new subscriber fan here
@marcuspaget
@marcuspaget 3 жыл бұрын
Thanks Robin - from your newest fan and subscriber :) I'm really loving all the information coming from Confluent. Doing a top job. We are getting serious about implementing a solution centralized on Kafka (on limited budget) - guess there is just a lot of different ways and means. Will post on the community bit later - but just wondering - off top of your head if you were combining web logs from multiple websites of a similar nature (db schema is same - although as per your suggestion will look into avro) - would you combine all users into 1 topic (perhaps tagging where they originated) or set-up a topic for each website. Ultimately queries are centralized on username, so origination just fyi. Somewhere I heard/read about creating a topic per user - but this did n't seem right (for 10ks of users)
@rmoff
@rmoff 3 жыл бұрын
Hi Mark, from what you describe I would definitely collate these into a single topic, since they sound like the same logical entity. One topic per user sounds…unusual.
@rum81
@rum81 3 жыл бұрын
Thank you Robin!
@rmoff
@rmoff 3 жыл бұрын
my pleasure, glad to help :)
@rum81
@rum81 3 жыл бұрын
@@rmoff can you share links of use of kafka connect in production by companies. Need these examples to propose connect in my organization
@rmoff
@rmoff 3 жыл бұрын
@@rum81 If you look at past talks from Kafka Summit (www.kafka-summit.org/past-events) you'll find lots of examples of companies using Kafka Connect in production.
@lohitraja2400
@lohitraja2400 2 жыл бұрын
Hi Robin, Thanks for amazing videos.We are implementing Kafka in our project and when ever I got stuck your videos are helping a lot to clear of the concepts and issues. I have small conceptual doubt. Does Kafka and Kafka connect supports ENUM datatypes . We are facing error like Type cast the data type when syncing data from source table to sync table .
@rmoff
@rmoff 2 жыл бұрын
I'm so glad my videos have helped you out :) I don't know the answer to your ENUM question - please ask at forum.confluent.io/ and someone should be able to help. Thanks.
@user-tm6lw7vi5d
@user-tm6lw7vi5d 3 жыл бұрын
Hi Robin, thanks for this video. I wonder 'mariadb-jdbc-connect' is available in this project. Thanks :)
@rmoff
@rmoff 3 жыл бұрын
Hi, if it has a JDBC driver then it's worth trying with the JDBC Source connector, sure.
@ris9hi
@ris9hi 2 жыл бұрын
Thanks Robin. I have question on Plugin_path. you have given while installing the connector. From where that path came? Can i give any path? Where i can find that path to mention in Dockerfile?
@rmoff
@rmoff 2 жыл бұрын
Hi, this path comes from wherever you put the JDBC connector when you installed it. This might help: rmoff.net/2020/06/19/how-to-install-connector-plugins-in-kafka-connect/ If you're still stuck then please go to forum.confluent.io/ and ask for further help there. Thanks.
@esbee296
@esbee296 2 жыл бұрын
Hi Robin, is there a source connector for adobe or can we use a json connector as long as the streaming data is in json format?
@rmoff
@rmoff Жыл бұрын
The best place to ask is www.confluent.io/en-gb/community/ask-the-community/
@AnkitSingh-dk7qb
@AnkitSingh-dk7qb 3 жыл бұрын
Hi Robin, I facing issue in creating topic in Kafka for decimal data type is store as byte any way to slove that
@rmoff
@rmoff 3 жыл бұрын
Hi Ankit, the best place to ask is confluent.io/community/ask-the-community/
@aparnas8958
@aparnas8958 2 жыл бұрын
Hello Robin, I connected azureSQL with kafkaconnect by giving table name,host name,server name. .But not able to specify the db schema name anywhere, is there any way to specify schema name? Because without specifying schema name it is creating new table in db.
@rmoff
@rmoff 2 жыл бұрын
hi, please head over to forum.confluent.io/ and ask there :) thanks.
@mitanshukr
@mitanshukr Жыл бұрын
In distributed mode, somtimes connect worker throws error about status.storage.topic cleanup.policy should be set to compact. I'm wondering why it throws that error occasionally!? and...Would setting log.cleanup.policy to compact on Kafka broker fix the issue!?
@rmoff
@rmoff Жыл бұрын
Yes, they should be set to compact - see docs.confluent.io/kafka-connectors/self-managed/userguide.html#kconnect-internal-topics Also head to confluent.io/community/ask-the-community if you have any more questions :)
@armenchakhalyan
@armenchakhalyan 2 жыл бұрын
The key format 'AVRO' is not currently supported. - when using FOEMAT='AVRO' in the KSQL
@rmoff
@rmoff 2 жыл бұрын
You need to upgrade to a more recent version of ksqlDB.
@miristegal
@miristegal 3 жыл бұрын
I'm getting ERROR 1049 (42000): Unknown database 'demo' while trying to connect to mysql...
@rmoff
@rmoff 3 жыл бұрын
Did you create the database first? If you're still stuck head to forum.confluent.io/ with full details of what you've run and where you're getting the error.
@radityoperwianto1339
@radityoperwianto1339 2 жыл бұрын
I hope it isn't too late to thank you Robin
@rmoff
@rmoff 2 жыл бұрын
Glad it was useful :)
@rkravinderkumar05
@rkravinderkumar05 2 жыл бұрын
Hi Robin, How can we include the json schema in the message, when field is an array of objects ? I don't have the option to use avro.
@rmoff
@rmoff 2 жыл бұрын
Hi, can you post this at forum.confluent.io/ and hopefully someone will be able to help there :)
@bavisettijyothsna7464
@bavisettijyothsna7464 Жыл бұрын
Can you share any documents for msk as sink connectors
@rmoff
@rmoff Жыл бұрын
hi, the best place to get help is at www.confluent.io/en-gb/community/ask-the-community/ :)
@abhinavkumar-se2fd
@abhinavkumar-se2fd 3 жыл бұрын
Hey Robin, thanks for this video. But could u pls guide us first on how to start apache kafka connect? And how to check if it is already running.
@rmoff
@rmoff 3 жыл бұрын
You can find good info on running Kafka Connect here: docs.confluent.io/platform/current/connect/userguide.html#connect-userguide-standalone-config
@abhinavkumar-se2fd
@abhinavkumar-se2fd 3 жыл бұрын
@@rmoff I am trying to test FileStreamSourceConnector (file-source , a preconfigured connector in apache kafka)........ Connector starts successfully and it also fetches the data into the topic..... but when I run kafka consumer , it does not fetches any record...... i am following this document docs.confluent.io/platform/current/connect/quickstart.html Also, I am unable to find such connector under plugin.path...... then how come connctor starts ?
Exploring the Kafka Connect REST API
20:56
Robin Moffatt
Рет қаралды 10 М.
Integrating Oracle and Kafka
54:49
Robin Moffatt
Рет қаралды 22 М.
WHAT’S THAT?
00:27
Natan por Aí
Рет қаралды 14 МЛН
Clown takes blame for missing candy 🍬🤣 #shorts
00:49
Yoeslan
Рет қаралды 43 МЛН
Processing Streaming Data with KSQL - Tim Berglund
48:59
Devoxx
Рет қаралды 55 М.
From Zero to Hero with Kafka Connect by Robin Moffatt
44:41
Event-Driven Architecture (EDA) vs Request/Response (RR)
12:00
Confluent
Рет қаралды 130 М.
Kafka Connect in Action: Elasticsearch
1:05:16
Robin Moffatt
Рет қаралды 22 М.
Kafka Connect in Action : S3 Sink
35:15
Robin Moffatt
Рет қаралды 15 М.
Azure Event Hubs for Apache Kafka | Azure Friday
16:04
Microsoft Developer
Рет қаралды 35 М.
Integrate Kafka and MQTT - How to connect MQTT and Kafka
25:05
Techletters
Рет қаралды 20 М.
low battery 🪫
0:10
dednahype
Рет қаралды 1,1 МЛН
ВАЖНО! Не проверяйте на своем iPhone после установки на экран!
0:19
ГЛАЗУРЬ СТЕКЛО для iPhone и аксессуары OTU
Рет қаралды 6 МЛН
Look, this is the 97th generation of the phone?
0:13
Edcers
Рет қаралды 7 МЛН
Новые iPhone 16 и 16 Pro Max
0:42
Romancev768
Рет қаралды 2,2 МЛН