You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicstaticfinalStringAUTOMQ_TABLE_TOPIC_CONVERT_VALUE_TYPE_DOC = "The convert value type for table topic, support: raw, by_schema_id, by_subject_name.";
276
+
publicstaticfinalStringAUTOMQ_TABLE_TOPIC_CONVERT_VALUE_TYPE_DOC = "How to parse Kafka record values. " +
publicstaticfinalStringAUTOMQ_TABLE_TOPIC_CONVERT_VALUE_MESSAGE_FULL_NAME_DOC = "The message full name for schema registry, default is the first message in schema.";
288
+
publicstaticfinalStringAUTOMQ_TABLE_TOPIC_CONVERT_VALUE_MESSAGE_FULL_NAME_DOC = "The fully qualified message name for Protobuf schemas. " +
289
+
"Used when schema contains multiple message types. Defaults to first message type.";
publicstaticfinalStringAUTOMQ_TABLE_TOPIC_CONVERT_KEY_MESSAGE_FULL_NAME_DOC = "The message full name for schema registry, default is the first message in schema.";
295
+
publicstaticfinalStringAUTOMQ_TABLE_TOPIC_CONVERT_KEY_MESSAGE_FULL_NAME_DOC = "The fully qualified message name for Protobuf key schemas. " +
296
+
"Used when schema contains multiple message types. Defaults to first message type.";
publicstaticfinalStringAUTOMQ_TABLE_TOPIC_TRANSFORM_VALUE_TYPE_DOC = "transformation to apply to the record value, support: none, flatten, flatten_debezium.";
299
+
publicstaticfinalStringAUTOMQ_TABLE_TOPIC_TRANSFORM_VALUE_TYPE_DOC = "Transformation to apply to the record value after conversion. " +
300
+
"Supported: 'none', 'flatten' (extract fields from structured records), " +
0 commit comments