Nicolas Sagnette

Results 7 comments of Nicolas Sagnette

It returns the first header with "X-Your-Some-Header" name. I would like same method returns all headers named "X-Your-Some-Header"

It's possible ! It's allowed by RFC

curl -v -H "X-Your-Some-Header: foo" -H "X-Your-Some-Header: bar" localhost:8080, you can see two headers with the same key

https://tools.ietf.org/html/rfc3864 (2.2.1)

Hi ! Any news on this topic ? It should be a great feature !

Same issue here. some statements has been cleared between two versions for the rebalance process Working code : https://github.com/confluentinc/confluent-kafka-go/blob/8bd1e41d4448e6f6afb8539ad3ce7ada168c2724/kafka/event.go#L154 New code : https://github.com/confluentinc/confluent-kafka-go/blob/f0d7516a9eb10d64e32bd8ea25607ce3930c7bf7/kafka/consumer.go#L838 @edenhill, will this be fixed ? Many...

Hello! I just want to know if this topic is still in progress? An other possibility to store information without Zookeeper can be use Kafka topic as Schema-Registry for example?