본문 바로가기

카테고리 없음

2020-10-23 12시 개발자 글 모음 | "failed authenticatio" 외 3개 이야기

인쇄 기능 -- 上 by 김용묵


    클러스터 인덱스 vs 넌클러스터 인덱스 by 허전진

    • SELECT year (hire_date)
    • WHERE hire_date >= '1997-01-01'
    • GROUP BY year (hire_date);


    새끼 사자를 먹는 아비 - V1.1 by 하준호

    • 전투에서 승리하면 상대편 새끼 사자를 모두 죽이는 잔인함도 있다
    • 말하고 싶은 것은 가벼운 이야기라면 일반화 해서 말해도 되겠지만
    • 깊거나 무거운 이야기라면 통념과 다르니 어설프게 일반화하면 안된다는 것


    failed authentication due to: Authentication failed during authentication due to invalid credentials with SASL mechanism SCRAM-SHA-256 by 최원영

    • failed authentication due to: Authentication failed during authentication due to invalid credentials with SASL mechanism SCRAM-SHA-256
    • 보안이 설정된 카프카와 통신을 할 때 위와 같은에러가 발생한다면 id와 pw를 잘못넣은게 아닌지 의심해야한다