GithubHelp home page GithubHelp logo

Comments (4)

Antwnis avatar Antwnis commented on August 17, 2024

Also MAX_BYTES: "50000" is set to default to 50Kbytes

If any of your topics contains msg > 50KByte you will need to tweak the above parameter as well

We've set the default time-out to 5sec - but most of the times we operate it at 1,5sec
We'll expose those parameters on the docker as well

from kafka-topics-ui.

fuyar avatar fuyar commented on August 17, 2024

MAX_BYTES is ok in my case. I dont really understand why they added (in kafka-rest) max_bytes instead of max_rows. Doesnt make sense to me !

from kafka-topics-ui.

andmarios avatar andmarios commented on August 17, 2024

Thanks for the feedback, greatly appreciated. Indeed, we should add this option.
I'll take care of it in the next days.

from kafka-topics-ui.

andmarios avatar andmarios commented on August 17, 2024

Hello, it took a bit longer than it should but it was a busy week.
I added options for RECORD_POLL_TIMEOUT, as well as for MAX_BYTES and DEBUG_LOGS_ENABLE.

This addition is only available in the docker image landoop/kafka-topics-ui:latest which includes Kafka Topics UI 0.9.2.

docker run --rm -p 8000:8000 \
    -e "KAFKA_REST_PROXY_URL=http://kafka-rest:8082" \
    -e MAX_BYTES=100000 \
    -e RECORD_POLL_TIMEOUT=5000 \
    -e DEBUG_LOGS_ENABLED=false \
    landoop/kafka-topics-ui:latest

Hope this solves your issue!

from kafka-topics-ui.

Related Issues (20)

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.