Trevor Burke
05/16/2023, 11:04 PMBucketAssigner so we can allow users to partition data on Kafka event time or Flink processing time.
Seeing The implementation of the BulkFormatBuilder is not serializable. The object probably contains or references non serializable fields.Trevor Burke
05/16/2023, 11:22 PMTrevor Burke
05/16/2023, 11:36 PMDateTimeBucketAssigner("'year='yyyy/'month='M/'day='d") seems to satisfy my requirement for how the data is partitioned but i want to be able to choose either the Kafka event time or the Flink processing time (when the Kafka event reaches Flink) as the timestamp for the partitioningTrevor Burke
05/17/2023, 11:37 PMTrevor Burke
05/17/2023, 11:40 PMTrevor Burke
05/17/2023, 11:40 PM