kafka-connect-field-and-time-partitioner icon indicating copy to clipboard operation
kafka-connect-field-and-time-partitioner copied to clipboard

Fixed casting value from value field of field partitioner from float …

Open william-amaral opened this issue 3 years ago • 0 comments

If the value of the custom partitioner field is an Long the casting to String throws the exception. "java.lang.ClassCastException: class java.lang.Long cannot be cast to class java.lang.String" This code should fix it.

william-amaral avatar Dec 08 '21 12:12 william-amaral