Flowyi
Flowyi
hi,目前主要社区在维护
You will need to dump the data from mysql to csv format, and then load into hive.
``` "fetcher": { "number.empty.as.zero": false, ``` 尝试配置 `number.empty.as.zero = true `,这个配置意思是,如果某个数字类型的字段不存在,就用默认值(0)
可以贴一下你的数据和 realtime 的配置,不清楚为何你的数据会被丢弃了
Hi. It is because IndexR does not support map data type.
@brucemen711 Thank you for your interest in IndexR. Unfortunately currently we don't have further plans for this project. But if you need help or advices, like how to support later...
Hi @AnjnaBhati12 , Unfortunately, DCMonitor does not store any Druid metrics. Currently it can only show the running instances. BTW, we have already migrated our Druid cluster to [IndexR](https://github.com/shunfei/indexr).
It is a design limitation. So should be labled as enhancement.
The same issue has been address by this issue https://github.com/pingcap/tiflow/issues/10916. Closing this PR.
By design. The root cause is that kafka sink can only use 1 worker. We will improve it in long term.