Re: Kafka sink producing record at event timestamp

2024-10-25 Thread Sebastian Zapata
there is one option of configuring this in kafka at the topic level """ By default Kafka will use the timestamp provided by the producer. However, you can also make Kafka update the timestamp when it writes the record to the log by setting messa

Re: Issue with protobuf kyro serializer for UnmodifiableLazyStringList

2024-08-14 Thread Sebastian Zapata
at 8:14 AM Sebastian Zapata wrote: > Hi everyone wanted to check if somebody else has found an issue like > this?, and could maybe have some pointer or has encountered this before > > my kyro serializer is failing to serialize > com.google.protobuf.UnmodifiableLazyStringList >

Issue with protobuf kyro serializer for UnmodifiableLazyStringList

2024-08-14 Thread Sebastian Zapata
Hi everyone wanted to check if somebody else has found an issue like this?, and could maybe have some pointer or has encountered this before my kyro serializer is failing to serialize com.google.protobuf.UnmodifiableLazyStringList I am tyring to read a protobuf message with the data streaming API