Hey! How does host name resolution happen for the ...
# general
p
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
can you elaborate more ? ingested records are just bytes, it’s not relevant to host name resolution
1
p
Updated @Xiang Fu @Mayank
m
Each partition is assigned to a server. The record will land the server that is consuming its partition
n
This might help

https://youtu.be/WoruCQgPhSA