streams-explorer
streams-explorer copied to clipboard
Explore Apache Kafka data pipelines in Kubernetes.
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.
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). - [ ]...
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...
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...
Currently, the streams explorer is not supporting topics with Protobuf schemas and fails to load the schema when displaying the topic details. 
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)
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...
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__