Ali Ozmen

Results 14 comments of Ali Ozmen

@graemerocher & @dstepanov Would this be something that can be implemented quickly via integrating with hibernate-search lib?

@oscerd & @mdimas we're also seeing the same InputStreamCache issue, is there a work around this, the manual site doesn't offer any useful info.

@orpiske & @oscerd, We're also seeing the same `InputStreamCache` issue, the manual is very barebones and doesn't this particular fix/workround. Can you please help?

@oscerd Doesn't look like setting `converter` to `org.apache.kafka.connect.converters.ByteArrayConverter` worked for us either.

@orpiske Have you come across this issue before? maybe the map of `versions` needs to be serialized to json rather being inserted as a map?

@orpiske Technically that should work if we serialize to Json before hand, but that means breaking the producer services kafka topic-message contract, so a key value map should also work...

@oscerd Can we prioritise this bug please, as we've also came across the same error message: `Codec not found for requested operation: [TIMESTAMP _java.lang.Long]`. It seems like it a simple...