project-website
project-website copied to clipboard
add kafka connect for data ingestion post
Description
PR for community blog series.
Ingest data from Kafka into OpenSearch using Kafka Connect
- Part 1 - Local Development
- Part 2 - AWS Deployment
It just includes Part 1 for now for initial discussion. Part 2 will be include shortly after.
Issues Resolved
Check List
- [x] Commits are signed per the DCO using --signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License.
Hello! Can you please do the following to resolve DCO? Thank you!
- In your local branch, run:
git rebase HEAD~2 --signoff - Force push your changes to overwrite the branch:
git push --force-with-lease origin main
Part 2 is added.
Hi, any update on this PR?
Hi @jaehyeon-kim - we need to break this up into two PRs to avoid pushing both Part 1 and Part 2 live at the same time. In the meantime, I have asked PM to review the content.
@jaehyeon-kim - checking in on your blog and seeing if you were able to address the comments above?