Hey! How does host name resolution happen for the ingested records from kafka?
Edit: I want to know on which servers does the records go based on the configs of the table. Based on what table config params data is distributed among servers.
x
Xiang Fu
08/30/2022, 8:07 AM
can you elaborate more ? ingested records are just bytes, it’s not relevant to host name resolution
➕ 1
p
Piyush Chauhan
08/30/2022, 10:06 AM
Updated @Xiang Fu@Mayank
m
Mayank
08/30/2022, 10:07 AM
Each partition is assigned to a server. The record will land the server that is consuming its partition