action to be exposed from the KafkaTopicTreeItem in the Topics view
"Recent Files" quickpick / open files dialog, filtered to .json/.jsonc (similar to single-message view from Message Viewer) or .confluent-kafka.json
Could also be exposed from the single-message view's editor/title, editor/item/context, etc but need to make sure the single-message editor has enough information (Kafka cluster ID, topic name, etc) to produce
.json/.jsonc
(similar to single-message view from Message Viewer) or.confluent-kafka.json
editor/title
,editor/item/context
, etc but need to make sure the single-message editor has enough information (Kafka cluster ID, topic name, etc) to produceShould then be sent to the sidecar via
RecordsV3Api
service class (see https://github.com/confluentinc/vscode/issues/579) and float a notification based on the response status.