-
Enhancement
-
Resolution: Unresolved
-
Major
-
None
-
None
-
False
-
None
-
False
Feature request or enhancement
For feature requests or enhancements, provide this information, please:
Which use case/requirement will be addressed by the proposed feature?
Right now the config for truncation is `column.truncate.to.x.chars` but with https://github.com/debezium/debezium/pull/5599 we added support to also truncate byte buffers. We may also support truncation for other data types in the future. We should have a generic config like `truncate.column.to.x.length` which doesn't imply it is only for strings.
Implementation ideas (optional)
<Your answer>