All Downloads are FREE. Search and download functionalities are using the official Maven repository.

paceman.kinesis4cats-shared_native0.4_2.13.0.0.28.source-code.messages.proto Maven / Gradle / Ivy

There is a newer version: 0.0.32
Show newest version
syntax = "proto2";
package kinesis.protobuf;
option java_package = "kinesis4cats.protobuf";

message Tag {
  required string key   = 1;
  optional string value = 2;
}

message Record {
  required uint64 partition_key_index     = 1;
  optional uint64 explicit_hash_key_index = 2;
  required bytes  data                    = 3;
  repeated Tag    tags                    = 4;
}

message AggregatedRecord {
  repeated string partition_key_table     = 1;
  repeated string explicit_hash_key_table = 2;
  repeated Record records                 = 3;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy