minio/internal/logger/target/kafka
Anis Eleuch 6a8d8f34a5
kafka: Do not require key when sending a message (#17962)
Keys are helpful to ensure the strict ordering of messages, however currently the
code uses a random request id for every log, hence using the request-id
as a Kafka key is not serve any purpose;

This commit removes the usage of the key, to also fix the audit issue from
internal subsystem that does not have a request ID.
2023-09-01 08:37:22 -07:00
..
kafka.go kafka: Do not require key when sending a message (#17962) 2023-09-01 08:37:22 -07:00
kafka_scram_client_contrib.go tune-kafka targets to ensure timeout triggers on hung brokers (#17898) 2023-08-22 20:26:35 -07:00