Skip to content

Commit

Permalink
fix: use murmur2 random in vector capture for compatibility with djan…
Browse files Browse the repository at this point in the history
…go (#24414)
  • Loading branch information
frankh authored Aug 16, 2024
1 parent dee5ca1 commit e03bc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vector/replay-capture/vector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ sinks:
sticky.partitioning.linger.ms: '25'
enable.idempotence: 'false'
max.in.flight.requests.per.connection: '1000000'
partitioner: 'consistent_random'
partitioner: 'murmur2_random'
message_timeout_ms: 10000
socket_timeout_ms: 5000
kafka_overflow:
Expand Down

0 comments on commit e03bc32

Please sign in to comment.