전체
-
kafka trouble shootingdev/kafka 2021. 9. 16. 10:32
Zookeeper: java.io.IOException: No snapshot found, but there are log entries. Something is broken https://stackoverflow.com/questions/59694099/zookeeper-java-io-ioexception-no-snapshot-found-but-there-are-log-entries-so Zookeeper: java.io.IOException: No snapshot found, but there are log entries. Something is broken I have been working with Kafka 2.4.0 (2.11) and yesterday I had to forcefully te..
-
CMAK(kafka manager)dev/kafka 2021. 9. 2. 11:32
yahoo 의 kafka 관리 도구 https://github.com/yahoo/CMAK GitHub - yahoo/CMAK: CMAK is a tool for managing Apache Kafka clusters CMAK is a tool for managing Apache Kafka clusters. Contribute to yahoo/CMAK development by creating an account on GitHub. github.com Windows 10 에서 실행하니 아래와 같은 오류 발생. The input line is too long. The syntax of the command is incorrect. 아래 링크를 참조해서, https://github.com/yahoo/CMAK/..
-
kafka run on ec2 micro.t2dev/kafka 2021. 9. 2. 11:20
간단히 kafka 를 설치해 동작 확인만을 위하여 ec2 micro.t2 에 설치하기 위함. 기본 순서는 kafka ec2 에 설치 참고. https://seulcode.tistory.com/539 aws ec2에 카프카 세팅해보기 (공부용 kafka) kafka setup for ec2 server 회사에서 kafka를 사용해볼 일이 생겼다. 그동안 카프카에 대해 전혀 아는게 없었기 때문에 AWS의 managed kafka (MSK)로 셋업 해 보기 전에 그냥 개인 ec2 인스턴스에 카프카를 띄워. seulcode.tistory.com 중간에 export KAFKA_HEAP_OPTS="-Xmx400m -Xms400m" 로 힙사이즈 수정 부분을 별도 명령어로 입력해도 되지만, bin/kafka-serve..
-
set version using git describe + cmakedev/etc 2021. 3. 29. 20:51
v2.5-0-gdeadbee ^ ^ ^^ | | | | | | | '-- SHA of HEAD (first seven chars) | | '-- "g" is for git | '---- number of commits since last tag | '--------- last tag stackoverflow.com/a/12368262/3543411 How can I get my C code to automatically print out its Git version hash? Is there an easy way to write C code that can access its Git version hash? I wrote software in C to collect scientific data in a ..
-
wsl2 에서 curl, wget 실행시 unable to resolve host address 문제dev/etc 2020. 10. 13. 10:19
github.com/microsoft/WSL/issues/5256#issuecomment-666545999 WSL2 DNS issues · Issue #5256 · microsoft/WSL Your Windows build number: Microsoft Windows [Version 10.0.19041.264] (desktop) Microsoft Windows [Version 10.0.19041.264] (laptop) What you're doing and what's happening: on wsl2 on my des... github.com 1. /etc/wsl.conf 생성 2. wsl.conf 내용 입력 [network] generateResolvConf=false 3. shell 종료 4. ..
-
netstat on Windows - find process using some portsdev/etc 2020. 10. 6. 09:16
netstat -ano | find "9092" docs.microsoft.com/ko-kr/windows-server/administration/windows-commands/netstat netstat 활성 TCP 연결, 컴퓨터가 수신 대기 하는 포트, 이더넷 통계, IP 라우팅 테이블, IPv4 통계 및 IPv6 통계를 표시 하는 netstat 명령에 대 한 참조 문서입니다. docs.microsoft.com
-
Apache kafkadev/kafka 2020. 9. 24. 10:20
home kafka.apache.org/ Apache Kafka Apache Kafka: A Distributed Streaming Platform. kafka.apache.org 소개글 epicdevs.com/17 [Apache Kafka] 1. 소개및 아키텍처 정리 Apache Kafka(아파치 카프카)는 LinkedIn에서 개발된 분산 메시징 시스템으로써 2011년에 오픈소스로 공개되었다. 대용량의 실시간 로그처리에 특화된 아키텍처 설계를 통하여 기존 메시징 시스템보�� epicdevs.com kafka-node github.com/SOHU-Co/kafka-node SOHU-Co/kafka-node Node.js client for Apache Kafka 0.8 and later. Contribut..