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
It is impossible to provide ColumnMapiing type in properties format.
For example I want to write journal_id in database as an integer. I can't write something like this
appender.message_appender.columnMappings[1].type = ColumnMapping
appender.message_appender.columnMappings[1].name = journal_id
appender.message_appender.columnMappings[1].type = java.lang.Integer # can't have two type parameters
Configuration
Version: 2.11.0
Operating system: windows 10
JDK: OpenJDK 17.0.2
The text was updated successfully, but these errors were encountered:
ppkarwasz
added
the
bug
Incorrect, unexpected, or unintended behavior of existing code
label
Apr 3, 2023
Description
It is impossible to provide ColumnMapiing type in properties format.
For example I want to write
journal_id
in database as an integer. I can't write something like thisConfiguration
Version: 2.11.0
Operating system: windows 10
JDK: OpenJDK 17.0.2
The text was updated successfully, but these errors were encountered: