• 카테고리

    질문 & 답변
  • 세부 분야

    백엔드

  • 해결 여부

    미해결

windows kafka 정상 작동하는 버전 제공문의

22.07.22 15:15 작성 조회수 471

1

윈도우에서 kafka, connect 정상작동하는 묶음을 제공해주셨으면 어떨까요

모든 설정이 되어 있어 다운받아서 바로 사용가능한 환경이면 좋겠습니다.

 

confluent-6.1.0

이틀째 삽질중인데 connect실행시 

>bin\windows\connect-distributed.bat etc\kafka\connect-distributed.properties
[2022-07-22 13:45:11,800] WARN could not get type for name org.easymock.IArgumentMatcher from any class loader (org.reflections.Reflections)
org.reflections.ReflectionsException: could not get type for name org.easymock.IArgumentMatcher

 

confluent-5.5.2

bin\windows\connect-distributed.bat etc\kafka\connect-distributed.properties

[2022-07-22 15:40:07,240] WARN could not get type for name org.osgi.framework.BundleListener from any class loader (org.reflections.Reflections)

org.reflections.ReflectionsException: could not get type for name org.osgi.framework.BundleListener

이런 메세지 때문에 더이상 나가질 못하고 있네요

 

구글 드라이브에 제공했던 버전은 이제 제공이 안되나요? 파일이 없다고 나오더군요

 

답변 1

답변을 작성해보세요.

0

안녕하세요, 이도원입니다. 

요청하신 Windows 버전의 Kafka + Kafka Connect 파일을 아래 링크에 업로드 하였습니다. 다운받으셔서 진행해 보시기 바랍니다. 

https://drive.google.com/file/d/1GDrBskzAE4Y_GojNeXhGeN2YeMFrpFe-/view?usp=sharing

** 실행 방법

1. 다운로드 받은 "Kafka실습.zip" 파일을 압축해제 한 다음, C:\Work 폴더 밑에 복사 

2. zookeeper, kafka 실행 

  • C:\Work\kafka>.\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties

3. kafka connect 실행 

  • C:\Work\kafka>.\bin\windows\kafka-server-start.bat .\config\server.properties

4. kafka connect 플러그인 확인 

  • C:\Work\confluent>.\bin\windows\connect-distributed.bat .\etc\kafka\connect-distributed.properties

위 4번 항목의 플러그인에서 Jdbc 커넥터 관련 플러그인이 보여면 실습환경은 잘 준비 된 겁니다. 

감사합니다.