liuxuzxx commented on issue #53004: URL: https://github.com/apache/doris/issues/53004#issuecomment-3071725200
现在能够想到的解决方案是: 方案一: 直接编写一个服务消费对应的Topic,然后通过StreamLoader进行写入到Doris 方案二: 编写一个服务,进行一次转换,投递到另外一个新的Topic,然后同多Doris的Routine Load进行处理写入到Doris 正常来说,业务数据不应该允许硬删除的,因为数据的完整性,所以,还是需要写入到Doris,否则数据缺失,导致业务链路不完整 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
