childe / healer

golang lib for kafka
22 stars 18 forks source link

get metadata eof from kafka broker #17

Closed flyfoxCI closed 11 months ago

flyfoxCI commented 4 years ago

env: kafka 2.3.1 healer: v0.1.2 problem: 1 keep on getting metadata from kafka broker eof
2 hang the consumer process

childe commented 4 years ago

EOF 一般是 Kafka Server 因为某些原因主动关闭了边接 , 要看一下 Kafka Server 上面的日志, 应该会有原因说明.

感觉是 Kafka 版本太高, 可能一些协议不太兼容了.

SelmaAustin commented 3 years ago

### Join us for the Sound for The Brain Conference: Sound, Music, and Light for Healing and Higher Consciousness! 16 of the top Neuroscientists and Brainwave Researchers sharing how to use Sound, Music and Vibration (ElectroMagnetics and Light) for Healing and Accessing Higher States of Consciousness https://GlobeSoundHealingConference.com/Brain FREE ONLINE, May 20-23, 2021

SoundHealing #wellness #healingsounds #soundhealingtherapy #california #healingfurniture #healing #healer #consciousness #healingvibrations #healingtools #soundlounge #soundtable

childe commented 11 months ago

connections.max.idle.ms ( https://kafka.apache.org/25/documentation.html#connections.max.idle.ms )

是因为 kakfa 主动关闭了连接,然后 client 请求了 meta ,所以 EOF 了。healer 这边没有主动处理 FIN 请求。