If the same Kafka sidecar is used to produce two or more topics, we might have this timeout to retrieve the metadata in the same producer instance. We need to test it out with real use cases to confirm. The solution might be just to list all the topics in the configuration and create the metadata in cache during the producer startup hook.
#92
If the same Kafka sidecar is used to produce two or more topics, we might have this timeout to retrieve the metadata in the same producer instance. We need to test it out with real use cases to confirm. The solution might be just to list all the topics in the configuration and create the metadata in cache during the producer startup hook.
#92