본문 바로가기

분류 전체보기50

kafka advertised listener 설정 Kafka 를 설정을 하다가 리스너 설정에 hostname 을 빼먹으면 kafka consumer 가 붙었을때 kafka cluster 의 서버들의 hostname 으로 접속을 하려고 하는 경우가 생긴다.. 순간적으로 처리를 하려고 /etc/hostname 에 추가하는 경우도 있지만 많은 Consumer 들이 붙게 되면 그것도 일인지라 괴롭게 된다. kafka server.properties 설정에 아래부분 추가 하면 hostname 으로 접속을 안하고 ip 로 접속 하게 된다. 2021. 6. 14.
[KSQL] KSQLDB 개요 ksqlDB is a database purpose-built to help developers create stream processing applications on top of Apache Kafka®. 스트리밍처리에 최적화된 DB 라 생각하면 될것같다. 설치법은 그리 어렵지 않고 kafka 설치된 인프라에 ksql server 와 유틸리티 설치를 진행하면 된다. 설치관련 가이드 : https://docs.confluent.io/platform/current/ksqldb/installing.html Installing ksqlDB | Confluent Documentation Installing ksqlDB ksqlDB is a component of Confluent Platfo.. 2021. 5. 26.
Spring cloud dataflow composite task 를 사용할때 유의점 spring.cloud.task.closecontext-enabled=true 설정을 composite task 를 생성할때 줘야한다. 설정을 안하게 되면 Spring cloud dataflow dashboard 상에 task. 성공실패 등의 정보가 표시가 잘못되는것은 물론 Condition 에 따라서 분기를 하는부분에 문제가 생길수있다. Composite Task 를 사용할때 사용할수 있는 설정들 --interval-time-between-checks=1000 states that the Composed Task Runner will wait 1 second between checks to make sure that a task is complete (th.. 2021. 5. 13.
ITERM2 profile 설정하기 설정 iterm2 → preferences → profile Name : API 서버 TAG : profiles -> group 화 시킬때 사용 Badge : 터미널 화면에 터미널 설명을 적을수 있다. Command : ssh user@1.1.1.1 send text at start : USER_PASSWORD iterm2 실행하고 profile -> tag -> 접속할 서버 선택 끝! 2021. 3. 19.