HHoflittlefish777 commented on issue #31531: URL: https://github.com/apache/doris/issues/31531#issuecomment-1972504094
> I have searched issue seems nobody talk this function now. BE configuration seems not have such configuration like "region", and in the source code, when load_to_single_tablet=true, BE choose tablet by round-robin. so for now kafka-BE has cross-netflow, BE fetched data and BE store data may not the same BE so BE-BE has cross-netflow, am I right? Yes, you are right. Currently, Doris does not support choosing a region to consume brokers. Additionally, the BE (referred to as coordinator in Doris) that receives data is not the same as the actual BE stored, so there is a cross netflow here. -- 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]
