Skip to content

BigDecimal values are not handled correctly in Headers serialization and deserialization #325

Closed
@valdar

Description

@valdar

The header value is left as BigDecimal while the schema is org.apache.kafka.connect.data.Decimal:BYTES. When decoded it is handled as byte while the actual value stored is a BigDecimal.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions