Git Product home page Git Product logo

kafka-connect-standalone's Introduction

kafka-connect-standalone

An extension to the original Confluent kafka-connect docker image that invokes a "standalone" worker instead.

An example usage in a docker-compose.yml file can be like the following. Similar to the default CONNECT_ prefix, the STANDALONE_ prefix is used to fill a worker's standalone properties file.

  kafka-connect-standalone:
    image: kafka-connect-standalone:latest
    deploy:
      replicas: 1
    environment:
      - CONNECT_BOOTSTRAP_SERVERS=kafka:9092
      - CONNECT_KEY_CONVERTER=org.apache.kafka.connect.json.JsonConverter
      - CONNECT_VALUE_CONVERTER=org.apache.kafka.connect.json.JsonConverter
      - CONNECT_INTERNAL_KEY_CONVERTER=org.apache.kafka.connect.json.JsonConverter
      - CONNECT_INTERNAL_VALUE_CONVERTER=org.apache.kafka.connect.json.JsonConverter
      - CONNECT_OFFSET_STORAGE_FILE_FILENAME=/tmp/connect.offsets
      - CONNECT_OFFSET_FLUSH_INTERVAL_MS=10000
      - STANDALONE_NAME=local-file-source
      - STANDALONE_CONNECTOR_CLASS=org.apache.kafka.connect.file.FileStreamSourceConnector
      - STANDALONE_TASKS_MAX=1
      - STANDALONE_FILE=test.txt
      - STANDALONE_TOPIC=connect-test
    networks:
      - mynet
    ports:
      - 8083:8083
    ...

kafka-connect-standalone's People

Contributors

cvasilak avatar

Stargazers

Dilara Karakaş avatar Tom Kühl avatar  avatar  avatar  avatar

Watchers

James Cloos avatar  avatar

Forkers

jsatria

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.