-
Notifications
You must be signed in to change notification settings - Fork 35
POC with output consumer. #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
18ca458 to
095300b
Compare
Signed-off-by: azerr <[email protected]>
|
This draft PR replaces the consumer view editor with the vscode standard output channel. Here a little demo:
|
|
@jlandersen @fbricon what do you think about using output instead of using editor (like today) to display Kafka consumer messages? |
|
@angelozerr I originally considered Output first when I implemented consumers but went for the current approach due to specifically not being able to add custom actions as you write. I am not against adding support for using Output instead, but there should be improvements to managing consumers as well - perhaps a separate node in the sidebar with active consumers (I'd probably want this in the future anyways, regardless of whether consumer output is kept as a text document). |
Ok thanks for your feedback.
Ok I will study your idea;
@jlandersen what do you think about supporting both output and text document with a settings? |
I'm definitely open for it :) |
Thanks for your feedback! @fbricon what do you think about that? |
|
We can do that, but we can go even further. If virtual doc is being used, detect if we reach a buffer threshold and then advise the user to switch to the console |

POC with output consumer.
Signed-off-by: azerr [email protected]