All Projects → jlandersen → vscode-kafka

jlandersen / vscode-kafka

Licence: MIT license
Apache Kafka® extension for Visual Studio Code

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vscode-kafka

emulator
Run Android emulator and iOS simulator easily from VScode!
Stars: ✭ 60 (-6.25%)
Mutual labels:  extension, visual-studio-code
Vscode Matlab
MATLAB support for Visual Studio Code
Stars: ✭ 114 (+78.13%)
Mutual labels:  extension, visual-studio-code
Vs Freemarker
FreeMarker language colorization extension for Visual Studio Code
Stars: ✭ 17 (-73.44%)
Mutual labels:  extension, visual-studio-code
Vscode Simple Vim
Vim extension for VSCode
Stars: ✭ 38 (-40.62%)
Mutual labels:  extension, visual-studio-code
Html Css Class Completion
🍫 Visual Studio Code extension that provides CSS class name completion for the HTML class attribute based on the CSS files in your workspace
Stars: ✭ 174 (+171.88%)
Mutual labels:  extension, visual-studio-code
vscode-gitignore
A simple extension for Visual Studio Code that lets you pull .gitignore files from the https://github.com/github/gitignore repository
Stars: ✭ 44 (-31.25%)
Mutual labels:  extension, visual-studio-code
Web Accessibility
A Visual Studio Extension for Web accessibility
Stars: ✭ 55 (-14.06%)
Mutual labels:  extension, visual-studio-code
vscode-open-in-github
Visual Studio Code Extension — Open file in GitHub
Stars: ✭ 35 (-45.31%)
Mutual labels:  extension, visual-studio-code
Vscode Twitch Highlighter
This is a VS Code extension that will allow your Twitch chat to highlight a line of code via a command message. Example: `!line 8 server.js`. See master branch README.md for more details
Stars: ✭ 169 (+164.06%)
Mutual labels:  extension, visual-studio-code
Aura Theme
💅 A beautiful dark theme for your favorite apps.
Stars: ✭ 159 (+148.44%)
Mutual labels:  extension, visual-studio-code
Vscode Mjml
This repo is archived. MJML preview, lint, compile for Visual Studio Code.
Stars: ✭ 138 (+115.63%)
Mutual labels:  extension, visual-studio-code
VscOdooSnippets
Odoo Snippets for Visual Studio Code
Stars: ✭ 29 (-54.69%)
Mutual labels:  extension, visual-studio-code
Code D
Fully featured D language extension for Visual Studio Code using Serve-D
Stars: ✭ 202 (+215.63%)
Mutual labels:  extension, visual-studio-code
Netlify
A VS Code extension that displays your Netlify build statuses and more!
Stars: ✭ 23 (-64.06%)
Mutual labels:  extension, visual-studio-code
home-assistant-extension
📌 Home Assistant browser extension
Stars: ✭ 143 (+123.44%)
Mutual labels:  extension
enableallExtensions
Automatically add all existing Chrome extensions to ExtensionInstallWhitelist, including non-webstore ones
Stars: ✭ 23 (-64.06%)
Mutual labels:  extension
tdd roman csharp
Kata: TDD Arabic to Roman Numerals with C#
Stars: ✭ 14 (-78.12%)
Mutual labels:  visual-studio-code
vscode-extern
VS Code API externs for Haxe
Stars: ✭ 36 (-43.75%)
Mutual labels:  visual-studio-code
Google-Meet-Hack
Google Meet Auto Leave Extension
Stars: ✭ 95 (+48.44%)
Mutual labels:  extension
zeebe-script-worker
Zeebe worker for script evaluation
Stars: ✭ 17 (-73.44%)
Mutual labels:  extension

Tools for Apache Kafka®

CI Latest version Marketplace Installs

Work with Apache Kafka® directly in Visual Studio Code-based editors. Kafka clusters running version 0.11 or higher are supported.

Features:

  • Connect to multiple clusters
  • View brokers in cluster
  • View topics
  • View configs
  • Create/Delete topic
  • Produce (randomized) messages
  • Consume messages
  • SASL/PLAIN, SASL/SCRAM-256, SASL/SCRAM-512 Authentication (Kafka 0.10+)
  • SSL Support
  • Clusters can be contributed by 3rd party extensions

Planned features, in no particular order:

  • More administration features
  • Improved .kafka validation support
  • Better SSL support

You might also find useful information in the Online Documentation or you can read this documentation inside your editor with the command Open Documentation available with Ctrl+Shift+P:

Open Documentation

Kafka explorer

The Kafka explorer shows configured clusters with their topics, brokers, consumers and configurations.

Screenshot-1

See Kafka explorer section for more information.

Producing messages

Define simple producers in a .kafka file, using the following format:

PRODUCER keyed-message
topic: my-topic
key: mykeyq
record content

###

PRODUCER non-keyed-json-message
topic: json-events
{
    "type": "my_test_event-{{random.number}}"
}

Producers

See Producing messages section for more information.

Consuming messages

Consuming topics can be done by right-clicking on a topic in the Kafka explorer, from the command palette, or from a .kafka file:

CONSUMER consumer-group-id
topic: json-events
partitions: 0
from: 1

Start Consumer with a .kafka file

See Consuming messages section for more information.

Discover new cluster providers

You can search for extensions contributing cluster providers in the extension gallery, by clicking on the Discover Cluster Providers button (also available via the command palette):

Discover Cluster Providers

Those extensions must have the kafka-provider keyword in their package.json, eg.

"keywords": [
		"kafka-provider"
],

CI Builds

Tools for Apache Kafka® is built using Github Actions. Here's how to download and install the latest successful build:

  • Go to the CI Workflow page
  • Click on the most recent run,
  • Locate the vscode-kafka artifact down the page and download it,
  • Unzip the archive,
  • Install the vscode-kafka-*.vsix extension by following these instructions.

Contributing

This is an open source project open to anyone. Contributions are extremely welcome!

For information on getting started, refer to the CONTRIBUTING instructions.

License

MIT License. See LICENSE file.

Apache, Apache Kafka®, Kafka® and associated logos are trademarks of the Apache Software Foundation (ASF). Tools for Apache Kafka® is not affiliated with, endorsed by, or otherwise associated with the Apache Software Foundation or any of its projects.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].