opensearch-project / project-website

The source to opensearch.org
https://opensearch.org
BSD 3-Clause "New" or "Revised" License
40 stars 476 forks source link

Kafka Connect for OpenSearch Integration #1882

Open jaehyeon-kim opened 1 year ago

jaehyeon-kim commented 1 year ago

Describe the blog post your would like to write We will discuss how to develop a data pipeline that ingest data from Kafka topics into OpenSearch using Kafka Connect. In Part 1, I will illustrate local development using Docker while it'll be deployed to AWS using Amazon MSK and Amazon OpenSearch Service in part 2.

What is the title of the blog post?

Ingest data from Kafka into OpenSearch using Kafka Connect

Who are the authors?

What is the proposed posting date?

jaehyeon-kim commented 1 year ago

Hi @pajuric

I created a PR for initial discussion - https://github.com/opensearch-project/project-website/pull/2198

Currently it only includes part 1 and part 2 can be added shortly.

BTW I was not able to check the post on the development server (docker-compose) due to the following error. Can you inform me how to fix it?

image

Cheers, Jaehyeon