kafka-kotlin-native
kafka-kotlin-native copied to clipboard
deserialization error handling: can't serialize Throwable
kotlin native requires @Serializable for all fields and throw exception as far as DeserializationExceptionData.cause is of type Throwable.