CDC & CDC Sink Platform 개발 1편 - CDC Platform 개발 by 하이퍼커넥트
- " echo "Usage: $0 [cdc_url] $1 [database_url] $2 [database_user] $3 [database_password] $4 [kafka_bootstrap_servers]" exit 1 fi # Define variables args=("$@") cdc_url=${args[0]} database_url=${args[1]} database_user=${args[2]} database_password=${args[3]} kafka_bootstrap_servers=${args[4]} curl -i -X PUT -H "Accept:application/json" -H "Content-Type:application/json" ${cdc_url}/connectors/test_db_connector/config -d '{ "connector
- " exit 1 fi # Check kafka connect failover log enabled if [ -z "$KAFKA_CONNECT_FAILOVER_LOG_ENABLED" ]; then KAFKA_CONNECT_FAILOVER_LOG_ENABLED="false" fi # Logging started if [ "x$KAFKA_CONNECT_FAILOVER_LOG_ENABLED" = "xtrue" ]; then echo "$(date +%Y-%m-%d-T%H:%M:%S%z) - Failover started" fi # List current connectors and status if [ "x$KAFKA_CONNECT_FAILOVER_LOG_ENABLED" = "xtrue" ]; then curl -s "$KAFKA_CONNECT_URL/connectors?expand=info&expand=status" | \ jq '
- task_id + "/restart")' | \ xargs -I {connector_and_task} sh -c 'curl -v -X POST "$KAFKA_CONNECT_URL"{connector_and_task}' # Logging finished if [ "x$KAFKA_CONNECT_FAILOVER_LOG_ENABLED" = "xtrue" ]; then echo "$(date +%Y-%m-%d-T%H:%M:%S%z) - Failover finished" fi
프로젝트를 간편하게 최신화 하는 방법 by 브랜디 R&D 본부
[문제풀이] 사탕 상자 by 이동원
- int mid = ( start + end ) >> 1 ;
- if ( node * 2 <= tree_size && tree [ node * 2 ] >= k ) {
- if ( node * 2 + 1 <= tree_size && tree [ node * 2 + 1 ] >= k ) {
div height 100% 높이 구하기 by 이현진
- 그리고 해당 element의 너비와 높이를 JavaScript를 이요하여 확인해봤습니다
- 이를 해결하기 위해서는 div 부모들에게 높이를 지정하면 됩니다
- 이렇게 하면 원하는 element의 높이를 구할 수 있습니다
2020 한국의 주요 IT 컨퍼런스 다시 보기 by 44BITS
- 2020년까지만 해도 주로 오프라인 행사로 기획되고 열리던 기술 컨퍼런스들이 일제히 버추얼/온라인 행사로 전환되어 진행되었으며
- 국내에서 열리는 가장 큰 연례 개발 컨퍼런스 중 하나인 네이버의 데뷰 2020도 올해는 온라인으로 진행되었습니다
- 프론트엔드개발그룹에서 주최하는 프론트엔드 컨퍼런스 2020은 10월 31일 유튜브에서 라이브로 진행되었습니다