streams-explorer icon indicating copy to clipboard operation
streams-explorer copied to clipboard

Explore Apache Kafka data pipelines in Kubernetes.

Results 24 streams-explorer issues
Sort by recently updated
recently updated
newest added

Separator of value is `;`. See https://github.com/bakdata/streams-bootstrap/pull/150

Because the demo app has been expanded with two producers and one connector, the screenshot describing the demo app must be updated.

documentation

Support for [streams-bootstrap producer apps](https://github.com/bakdata/streams-bootstrap/tree/master/charts/producer-app) that use a Kubernetes Job resource should be added. Currently we only support CronJob resources for producer apps (Jobs with a schedule). - [ ]...

enhancement
backend
hacktoberfest

Similarly to our existing Kafka connector plugins (S3, JDBC, Elasticsearch), support for the Azure Blob Storage connector could be added in a plugin. Documentation for the `AzureBlobStorageSinkConnector` can be found...

backend
hacktoberfest

Similarly to our existing Kafka connector plugins (S3, JDBC, Elasticsearch), support for the Neo4j connector could be added in a plugin. Documentation for the `Neo4jSourceConnector` and `Neo4jSinkConnector` can be found...

backend
hacktoberfest

Currently, the streams explorer is not supporting topics with Protobuf schemas and fails to load the schema when displaying the topic details. ![image](https://user-images.githubusercontent.com/20357405/150324802-bff0a73b-6d7b-466a-8738-8e6bcc692744.png)

enhancement
frontend
backend
hacktoberfest

Similar to #215 , Kafka connect offers a pattern config. This should be supported as well (https://docs.confluent.io/platform/current/installation/configuration/connect/sink-connect-configs.html#sinkconnectorconfigs_topics.regex)

backend
hacktoberfest

Highlight the purpose of the Python Package. This could make it easier to understand why and when to use it. _Originally posted by @VictorKuenstler in https://github.com/bakdata/streams-explorer/pull/226#issuecomment-1073674426_

Currently, the single message transformers work for sink connectors. But the single message transformers should be handled differently for source and sink Kafka connectors. Using them for source connectors requires...

enhancement
backend

Users should be able to look up the version of Streams Explorer they're running. This could make error investigations much easier. __Originally posted by @VictorKuenstler in https://github.com/bakdata/streams-explorer/pull/220#issuecomment-1050661832__

frontend