|
|
|
@ -38,6 +38,8 @@ transport: |
|
|
|
json: |
|
|
|
# Cast String data types to Numeric if possible when processing Telemetry/Attributes JSON |
|
|
|
type_cast_enabled: "${JSON_TYPE_CAST_ENABLED:true}" |
|
|
|
# Maximum allowed string value length when processing Telemetry/Attributes JSON (0 value disables string value length check) |
|
|
|
max_string_value_length: "${JSON_MAX_STRING_VALUE_LENGTH:0}" |
|
|
|
|
|
|
|
kafka: |
|
|
|
enabled: true |
|
|
|
|