| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CONNECT_PRECISION_PROP |
"connect.decimal.precision" |
public static final String |
CONNECT_SCALE_PROP |
"scale" |
public static final String |
CONNECT_TYPE_INT16 |
"int16" |
public static final String |
CONNECT_TYPE_INT8 |
"int8" |
public static final String |
CONNECT_TYPE_PROP |
"connect.type" |
public static final String |
DEFAULT_SCHEMA_NAME |
"ConnectDefault" |
public static final String |
GENERALIZED_TYPE_ENUM |
"org.apache.kafka.connect.data.Enum" |
public static final String |
GENERALIZED_TYPE_UNION |
"org.apache.kafka.connect.data.Union" |
public static final String |
KEY_FIELD |
"key" |
public static final String |
MAP_ENTRY_SUFFIX |
"Entry" |
public static final String |
NAMESPACE |
"io.confluent.connect.protobuf" |
public static final String |
PROTOBUF_BOOL_WRAPPER_TYPE |
"google.protobuf.BoolValue" |
public static final String |
PROTOBUF_BYTES_WRAPPER_TYPE |
"google.protobuf.BytesValue" |
public static final String |
PROTOBUF_DATE_LOCATION |
"google/type/date.proto" |
public static final String |
PROTOBUF_DATE_TYPE |
"google.type.Date" |
public static final String |
PROTOBUF_DECIMAL_LOCATION |
"confluent/type/decimal.proto" |
public static final String |
PROTOBUF_DECIMAL_TYPE |
"confluent.type.Decimal" |
public static final String |
PROTOBUF_DOUBLE_WRAPPER_TYPE |
"google.protobuf.DoubleValue" |
public static final String |
PROTOBUF_FLOAT_WRAPPER_TYPE |
"google.protobuf.FloatValue" |
public static final String |
PROTOBUF_INT32_WRAPPER_TYPE |
"google.protobuf.Int32Value" |
public static final String |
PROTOBUF_INT64_WRAPPER_TYPE |
"google.protobuf.Int64Value" |
public static final String |
PROTOBUF_PRECISION_PROP |
"precision" |
public static final String |
PROTOBUF_SCALE_PROP |
"scale" |
public static final String |
PROTOBUF_STRING_WRAPPER_TYPE |
"google.protobuf.StringValue" |
public static final String |
PROTOBUF_TIME_LOCATION |
"google/type/timeofday.proto" |
public static final String |
PROTOBUF_TIME_TYPE |
"google.type.TimeOfDay" |
public static final String |
PROTOBUF_TIMESTAMP_LOCATION |
"google/protobuf/timestamp.proto" |
public static final String |
PROTOBUF_TIMESTAMP_TYPE |
"google.protobuf.Timestamp" |
public static final String |
PROTOBUF_TYPE_ENUM |
"io.confluent.connect.protobuf.Enum" |
public static final String |
PROTOBUF_TYPE_ENUM_PREFIX |
"io.confluent.connect.protobuf.Enum." |
public static final String |
PROTOBUF_TYPE_PROP |
"io.confluent.connect.protobuf.Type" |
public static final String |
PROTOBUF_TYPE_TAG |
"io.confluent.connect.protobuf.Tag" |
public static final String |
PROTOBUF_TYPE_UNION |
"io.confluent.connect.protobuf.Union" |
public static final String |
PROTOBUF_TYPE_UNION_PREFIX |
"io.confluent.connect.protobuf.Union." |
public static final String |
PROTOBUF_UINT32_WRAPPER_TYPE |
"google.protobuf.UInt32Value" |
public static final String |
PROTOBUF_UINT64_WRAPPER_TYPE |
"google.protobuf.UInt64Value" |
public static final String |
PROTOBUF_WRAPPER_LOCATION |
"google/protobuf/wrappers.proto" |
public static final String |
VALUE_FIELD |
"value" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ENHANCED_PROTOBUF_SCHEMA_SUPPORT_CONFIG |
"enhanced.protobuf.schema.support" |
public static final boolean |
ENHANCED_PROTOBUF_SCHEMA_SUPPORT_DEFAULT |
false |
public static final String |
ENHANCED_PROTOBUF_SCHEMA_SUPPORT_DOC |
"Toggle for enabling/disabling enhanced protobuf schema support: package name preservation" |
public static final String |
FLATTEN_UNIONS_CONFIG |
"flatten.unions" |
public static final boolean |
FLATTEN_UNIONS_DEFAULT |
false |
public static final String |
FLATTEN_UNIONS_DOC |
"Whether to flatten unions (oneofs)" |
public static final String |
GENERATE_INDEX_FOR_UNIONS_CONFIG |
"generate.index.for.unions" |
public static final boolean |
GENERATE_INDEX_FOR_UNIONS_DEFAULT |
true |
public static final String |
GENERATE_INDEX_FOR_UNIONS_DOC |
"Whether to suffix unionnames with an underscore followed by an index" |
public static final String |
GENERATE_STRUCT_FOR_NULLS_CONFIG |
"generate.struct.for.nulls" |
public static final boolean |
GENERATE_STRUCT_FOR_NULLS_DEFAULT |
false |
public static final String |
GENERATE_STRUCT_FOR_NULLS_DOC |
"Whether to generate a default struct for null messages" |
public static final String |
INT_FOR_ENUMS_CONFIG |
"int.for.enums" |
public static final boolean |
INT_FOR_ENUMS_DEFAULT |
false |
public static final String |
INT_FOR_ENUMS_DOC |
"Whether to represent enums as integers" |
public static final String |
OPTIONAL_FOR_NULLABLES_CONFIG |
"optional.for.nullables" |
public static final boolean |
OPTIONAL_FOR_NULLABLES_DEFAULT |
false |
public static final String |
OPTIONAL_FOR_NULLABLES_DOC |
"Whether nullable fields should be specified with an optional label" |
public static final String |
OPTIONAL_FOR_PROTO2_CONFIG |
"optional.for.proto2" |
public static final boolean |
OPTIONAL_FOR_PROTO2_DEFAULT |
true |
public static final String |
OPTIONAL_FOR_PROTO2_DOC |
"Whether proto2 optionals are supported" |
public static final String |
SCRUB_INVALID_NAMES_CONFIG |
"scrub.invalid.names" |
public static final boolean |
SCRUB_INVALID_NAMES_DEFAULT |
false |
public static final String |
SCRUB_INVALID_NAMES_DOC |
"Whether to scrub invalid names by replacing invalid characters with valid ones" |
public static final String |
WRAPPER_FOR_NULLABLES_CONFIG |
"wrapper.for.nullables" |
public static final boolean |
WRAPPER_FOR_NULLABLES_DEFAULT |
false |
public static final String |
WRAPPER_FOR_NULLABLES_DOC |
"Whether nullable fields should use primitive wrapper messages" |
public static final String |
WRAPPER_FOR_RAW_PRIMITIVES_CONFIG |
"wrapper.for.raw.primitives" |
public static final boolean |
WRAPPER_FOR_RAW_PRIMITIVES_DEFAULT |
true |
public static final String |
WRAPPER_FOR_RAW_PRIMITIVES_DOC |
"Whether a wrapper message should be interpreted as a raw primitive at the root level" |
Copyright © 2025 Confluent, Inc.. All rights reserved.