Marcel Yeonghyeon Ko

Results 73 comments of Marcel Yeonghyeon Ko

``` ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ The following LocaleDataException was thrown building Container(bg: BoxDecoration(color: Color(0x1a5e802c)), constraints: BoxConstraints(w=Infinity, 0.0

Notice me when you fix this issue. I'm eager to use Kafka Connect corretly. Even I try to cast byte (originally, Number(19) type) number to int64 using `Cast` SMT, the...

Did you check the time of your DB setting? `SELECT SYSDATE FROM DUAL;` **JdbcSourceConnector** uses two timestamps(`beginTime` and `endTime`) before running tasks in **Timestamp** mode. > ref : https://github.com/confluentinc/kafka-connect-jdbc/blob/master/src/main/java/io/confluent/connect/jdbc/source/TimestampIncrementingCriteria.java#L169

@ketirani yes, it's because Oracle always use uppercase when dealing with the name of Column when kafka tries to poll the metadata(such as column names)

네 저도 인스턴스 날렸을 때 pem key는 그대로 사용했습니다!

추가로 FK 관계인 row를 삭제하는 방법 공유합니다. `Error Code: 1451. Cannot delete or update a parent row: a foreign key constraint fails` 특히 auth_user가 삭제가 안될텐데 이는 token을 담는 authtoken_token...

저는 새벽이었는데 30분만에 된 것 같아요

혹시 보안그룹에서 EC2가 RDB에 접근할 수 있도록 설정도 마친 상태인가요?

아하 맞습니다 workflows 실행 자체가 간단한 방법이긴 한데 매번 commit -> push를 날려줘야 해서 비효율적인 것 같아서요