com.bakdata.kafka.proto.v1.Deadletter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of error-handling-proto Show documentation
Show all versions of error-handling-proto Show documentation
Transform dead letters in Kafka Streams applications to protobuf.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: bakdata/kafka/proto/v1/deadletter.proto
package com.bakdata.kafka.proto.v1;
public final class Deadletter {
private Deadletter() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_bakdata_kafka_proto_v1_ProtoDeadLetter_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_bakdata_kafka_proto_v1_ProtoDeadLetter_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_bakdata_kafka_proto_v1_ProtoDeadLetter_Cause_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_bakdata_kafka_proto_v1_ProtoDeadLetter_Cause_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\'bakdata/kafka/proto/v1/deadletter.prot" +
"o\022\026bakdata.kafka.proto.v1\032\036google/protob" +
"uf/wrappers.proto\032\037google/protobuf/times" +
"tamp.proto\"\365\003\n\017ProtoDeadLetter\022\023\n\013descri" +
"ption\030\001 \001(\t\022<\n\005cause\030\002 \001(\0132-.bakdata.kaf" +
"ka.proto.v1.ProtoDeadLetter.Cause\0221\n\013inp" +
"ut_value\030\003 \001(\0132\034.google.protobuf.StringV" +
"alue\022+\n\005topic\030\004 \001(\0132\034.google.protobuf.St" +
"ringValue\022.\n\tpartition\030\005 \001(\0132\033.google.pr" +
"otobuf.Int32Value\022+\n\006offset\030\006 \001(\0132\033.goog" +
"le.protobuf.Int64Value\0223\n\017input_timestam" +
"p\030\007 \001(\0132\032.google.protobuf.Timestamp\032\234\001\n\005" +
"Cause\022-\n\007message\030\001 \001(\0132\034.google.protobuf" +
".StringValue\0221\n\013stack_trace\030\002 \001(\0132\034.goog" +
"le.protobuf.StringValue\0221\n\013error_class\030\003" +
" \001(\0132\034.google.protobuf.StringValueB\036\n\032co" +
"m.bakdata.kafka.proto.v1P\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.protobuf.WrappersProto.getDescriptor(),
com.google.protobuf.TimestampProto.getDescriptor(),
});
internal_static_bakdata_kafka_proto_v1_ProtoDeadLetter_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_bakdata_kafka_proto_v1_ProtoDeadLetter_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_bakdata_kafka_proto_v1_ProtoDeadLetter_descriptor,
new java.lang.String[] { "Description", "Cause", "InputValue", "Topic", "Partition", "Offset", "InputTimestamp", });
internal_static_bakdata_kafka_proto_v1_ProtoDeadLetter_Cause_descriptor =
internal_static_bakdata_kafka_proto_v1_ProtoDeadLetter_descriptor.getNestedTypes().get(0);
internal_static_bakdata_kafka_proto_v1_ProtoDeadLetter_Cause_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_bakdata_kafka_proto_v1_ProtoDeadLetter_Cause_descriptor,
new java.lang.String[] { "Message", "StackTrace", "ErrorClass", });
com.google.protobuf.WrappersProto.getDescriptor();
com.google.protobuf.TimestampProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}