Skip to content

Keep timestamps as strings coming out of yaml

Ebernhardson requested to merge work/ebernhardson/yaml-instant into main

When the timestamps come out of the command line or properties parsing they are strings, but when they come out of yaml they are instants. Keep things consistent and instruct yaml to keep the timestamps as strings.

This was preventing supplying kafka-source-{start,end}-time options in the yaml config.

Merge request reports