r.0.27.1.source-code.secor.thrift Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of secor Show documentation
Show all versions of secor Show documentation
Kafka to s3/gs/swift logs exporter
/* Simple thrift message used in Secor testing */
namespace java com.pinterest.secor.thrift
enum TestEnum {
SOME_VALUE = 0,
SOME_OTHER_VALUE = 1,
}
struct TestMessage {
1: required i64 timestamp,
2: required string requiredField,
3: optional string optionalField,
4: optional TestEnum enumField
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy