Git Product home page Git Product logo

kafka-service's Introduction

Kafka Service

First step to be able to use the lenses dashboard, is to register for a license, using lenses.io website. https://lenses.io/start/

Download your license file and copy it to the etc folder.

To check the lenses dashboard, use the following: http://localhost:9991

username and password is: admin you can still change this under lenses/environment from docker-compose.yml.

To run the service

make run

To stop the service

make stop

You can also use helm_deploy to deploy the full service, or let your pipeline call this to deploy the service and create the namespace.

Kafka Server Properties

Configuration can be found under conf folder, you can change it, or add new.

Some sample configurations:

log.dirs=/bitnami/kafka/data
offsets.topic.replication.factor=1
num.partitions=1
zookeeper.connect=zookeeper:2181

Dployment

Check the helm folder and update what you need.

Minimum changes needed for your deployment:

ingress:
    enabled: true
    host: YOUR_HOST
tls:
    enabled: true
    secretName: YOUR_NAME
licenseUrl: "YOUR LENSES LICENSE LINK"

Make sure to change the username and password, and add yours:

env:
    LENSES_SECURITY_USER: admin
    LENSES_SECURITY_PASSWORD: admin

kafka-service's People

Contributors

wajdisawa avatar

Watchers

 avatar

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.