HHoflittlefish777 commented on issue #31531:
URL: https://github.com/apache/doris/issues/31531#issuecomment-1975754866

   > > > so I think add new configuration into BE is inevitable
   > > 
   > > 
   > > In fact, the consumption task of routinue load is scheduled by FE, and 
the consumption task corresponding to a job may be on different BE, the 
consumption of tasks is also determined by FE, not BE. So I think it is better 
which region should routine load task consume when job was created, it can be a 
job property or FE config.
   > 
   > FE assign topic-partitions to BEs, but BE is the one send fetch request to 
kafka, even FE want to assign partition to BE without cross network flow, it 
still need know BE's region, so a parameter specify the region of BE is 
requisite. maybe I still couldn't understand what you mean, could you provide a 
more detail description?
   
   It needs to know the region of be, different be may be in different regions, 
and then determine which partition of Kafka this be should consume based on 
this region. Do you mean this?


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to