Skip to content

Commit e03bc32

Browse files
authored
fix: use murmur2 random in vector capture for compatibility with django (#24414)
1 parent dee5ca1 commit e03bc32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: vector/replay-capture/vector.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ sinks:
214214
sticky.partitioning.linger.ms: '25'
215215
enable.idempotence: 'false'
216216
max.in.flight.requests.per.connection: '1000000'
217-
partitioner: 'consistent_random'
217+
partitioner: 'murmur2_random'
218218
message_timeout_ms: 10000
219219
socket_timeout_ms: 5000
220220
kafka_overflow:

0 commit comments

Comments
 (0)