yingyingtang-brex
Results
2
issues of
yingyingtang-brex
We are able to inject custom headers when initializing the `CachedSchemaRegistryClient`. It would be more helpful if we can pass custom headers to `CachedSchemaRegistryClient.register` function, so that we can set...
To my understanding, when we produce a message with Topic A, the client will call server for metadata of the topic [here](https://github.com/kafkaex/kafka_ex/blob/5723a4719dbfa67bdb7024ee6e00cda5c9246937/lib/kafka_ex/server.ex#L591). However, we can see sometimes (not always), the...