Giter VIP home page Giter VIP logo

karamel's Introduction

Karamel

Build Java Quarkus Camel Vue License

Simple Kafka Browser that supports standalone Kafka and Strimzi operator.

  • Kafka cluster status
  • Topic list
  • Consumer (filter WIP)
  • Producer
  • Strimzi Operator status (Kubernetes only)
  • Zookepers status (Kubernetes only)
  • Kafka resources status (Kubernetes only)

Running in Minikube

Install strimzi

Prequisites: Minikube, Ansible

ansible-playbook minikube/install.yaml 

Deploy karamel

Prequisites: Java 11

ansible-playbook minikube/deploy.yaml 

Running in Docker compose

Build Karamel Docker

Prequisites: Docker Desktop Build jdk version

mvn package
docker build -t entropy1/karamel .

Build native application

docker build -f Dockerfile.native -t entropy1/karamel-native .

Run in Docker Compose with Kafka

Prequisites: Java 11

cd compose
docker-compose up -d
docker-compose exec kafka kafka-topics --create --bootstrap-server localhost:9092 -replication-factor 1 --partitions 1 --topic users

Development

Running the application in dev mode

mvn quarkus:dev

Packaging and running the application

The application is packageable using

mvn package
java -jar target/karamel-1.0.0-SNAPSHOT-runner.jar

Screenshots

Kafka

Screenshot

Strimzi operator

Screenshot

Zookeeper

Screenshot

Topics

Screenshot

Client - consumer

Screenshot

Client - producer

Screenshot

karamel's People

Contributors

mgubaidullin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

karamel's Issues

Support connector operator

Hey, this is really cool stuff! Are you planning to support the new connector operator, too? It allows to deploy connectors as CR instead of using the REST API. Having support for this would be nice, or even for inspecting Kafka Connect connectors in general :)

how to use it with my own strimzi setup

Hi,

how can i use this to access my own strmizi setup in my local docker-desktop cluster ?

Tried to pass bootstrap nodeport in the KARAMEL_BROKERS variable but it is unable to connect with my cluster.

thank you for developing this utility it really helps.

Stack trace in console

Greetings,

We are security researchers and we are looking for insecure coding patterns and configurations in the microservice architecture repositories. In your repository, we have found instances of improper exception handling.

According to CWE, stack traces due to exception handling should not be printed. See https://cwe.mitre.org/

Source: https://github.com/mgubaidullin/karamel/blob/master/.mvn/wrapper/MavenWrapperDownloader.java

Fix: #2

I am interested to know if you agree with the findings. Any feedback is appreciated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.