Allow Consume From: timestamp to accept an ISO formatted string in addition to epoch timestamp. We display 'em, should be able to eat 'em.
This has been mentioned several times internally as well. Currently the timestamp field that appears when "From timestamp" consume mode selected, uses timestamps. As a free form input, we can make an attempt to parse ISO format from it easily.
It would also be nice to add validation step and UI feedback for this control, to avoid confusing feedback when messages are not getting back.
From https://github.com/confluentinc/vscode/discussions/126
This has been mentioned several times internally as well. Currently the timestamp field that appears when "From timestamp" consume mode selected, uses timestamps. As a free form input, we can make an attempt to parse ISO format from it easily.
It would also be nice to add validation step and UI feedback for this control, to avoid confusing feedback when messages are not getting back.