sbtourist / Journal.IO

Journal.IO is a zero-dependency, fast and easy-to-use journal storage implementation.
Apache License 2.0
260 stars 39 forks source link

Implement metadata string map #47

Open Downchuck opened 10 years ago

Downchuck commented 10 years ago

For parity with other logging solutions it -may- be desirable to add a metadata object to messages; Apache flume uses Map<String,String>; that said, Kafka does not, though Kafka does have other metadata.