maplebeats
maplebeats
``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x38 pc=0xabb7da] goroutine 14695 [running]: github.com/linkedin/Burrow/core/internal/consumer.(*KafkaClient).processConsumerOffsetsMessage(0xc0002d6360, 0x0) /home/titustian/go/src/github.com/linkedin/Burrow/core/internal/consumer/kafka_client.go:234 +0x3a github.com/linkedin/Burrow/core/internal/consumer.(*KafkaClient).partitionConsumer(0xc0002d6360, 0xe58ca0, 0xc00afd81b0) /home/titustian/go/src/github.com/linkedin/Burrow/core/internal/consumer/kafka_client.go:171 +0x595...
sotw server says send xds out of order.most of time CDS will request first, so it response at first. but some times EDS will send before CDS ```golang // config...
I want to use relay in my own xds server, I found all the core libs are internal. is it necessary to do this , at least need move server...