mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Add property instructing kafka client to create ts on record generation
This commit is contained in:
parent
7d5ecf2f32
commit
88d291818e
@ -5,7 +5,8 @@
|
|||||||
#--------------------------------------
|
#--------------------------------------
|
||||||
topic.compression.type=uncompressed
|
topic.compression.type=uncompressed
|
||||||
topic.flush.messages=2
|
topic.flush.messages=2
|
||||||
|
# this is likely unused as this file doesn't seem to be loaded
|
||||||
|
topic.log.message.timestamp.type=CreateTime
|
||||||
|
|
||||||
#####
|
#####
|
||||||
# Producer related configurations (global) - topic.***
|
# Producer related configurations (global) - topic.***
|
||||||
|
Loading…
Reference in New Issue
Block a user