Giter Site home page Giter Site logo

gnuhpc / kafka-zk-restapi Goto Github PK

View Code? Open in Web Editor NEW
125.0 8.0 33.0 14.17 MB

Kafka Zookeeper RESTful API to perform topic/consumer group administration/metric(offset\lag\message) collection and monitor

Shell 0.12% Java 99.61% Scala 0.15% Dockerfile 0.12%
kafka rest restful-api zookeeper kafka-manager offset lag topic consumer consumer-group

kafka-zk-restapi's People

Contributors

creator-art avatar dependabot[bot] avatar gnuhpc avatar leolixing avatar tinawenqiao 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  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  avatar  avatar  avatar

kafka-zk-restapi's Issues

CollectionConvertor missing

Dear,
it seems CollectionConvertor.java is missing.

Should I execute maven plugin before?

Could you please help?

support for version 1.0.0

Is there any view of support for 1.0.0 in the near future? What are the restrictions or obstacles that prevent this being used with kafka version 1.0.0 or higher?

Error path

Hello folks 🐛

@gnuhpc Cannot run the Rest application i get this error do you have any idea about th issue
mvn clean package -Dmaven.test.skip=true
k8s@ubuntu:~/Desktop/Kafka-zk-restapi$ bash target/classes/bin/start.sh
chmod: cannot access '/home/k8s/Desktop/Kafka-zk-restapi/target/classes/logs': No such file or directory
Error: Unable to access jarfile /home/k8s/Desktop/Kafka-zk-restapi/target/classes/lib/kafka*-rest-springboot*.jar

Docker version

Hello , maybe someone already wrote a Kafka-zk-restapi dockerFile or even in docker-compose configuration ?

Marking the coordinator dead error

Setup the tool for a brand new kafka cluster and I started receiving pile of these errors continuously. Not sure if I am missing something.

2019-02-28 22:06:19 INFO AbstractCoordinator:326 - (Re-)joining group kafka-zk-rest
2019-02-28 22:06:19 INFO AbstractCoordinator:542 - Marking the coordinator xx.xx.xx.xxx:9092 (id: 2147483645 rack: null) dead for group kafka-zk-rest
2019-02-28 22:06:19 INFO AbstractCoordinator:505 - Discovered coordinator xx.xx.xx.xxx:9092 (id: 2147483645 rack: null) for group kafka-zk-rest.
2019-02-28 22:06:19 INFO AbstractCoordinator:326 - (Re-)joining group kafka-zk-rest
2019-02-28 22:06:19 INFO AbstractCoordinator:542 - Marking the coordinator xx.xx.xx.xxx:9092 (id: 2147483645 rack: null) dead for group kafka-zk-rest
2019-02-28 22:06:20 INFO AbstractCoordinator:505 - Discovered coordinator xx.xx.xx.xxx:9092 (id: 2147483645 rack: null) for group kafka-zk-rest.
2019-02-28 22:06:20 INFO AbstractCoordinator:326 - (Re-)joining group kafka-zk-rest
2019-02-28 22:06:20 INFO AbstractCoordinator:542 - Marking the coordinator xx.xx.xx.xxx:9092 (id: 2147483645 rack: null) dead for group kafka-zk-rest

Error creating topic with symbols "." and "_" in topic name

When I try to create a topic named " test.another", I get a response from the API as follows:

{
  "test.another": {
    "state": "failure",
    "msg": "Invalid topic name, it contains '.' or '_'.",
    "data": null
  }
}

However, when I try to create a topic named "test*another", I get a reply such as:

{
  "test*another": {
    "state": "failure",
    "msg": "Topic name \"test*another\" is illegal, it contains a character other than ASCII alphanumerics, '.', '_' and '-'",
    "data": null
  }
}

This message contradicts the first.

Presence of delimiters in the format"."and" _ " is convenient for a large number of topics to combine them into conditional groups.

Question: rest api deployment

hello folks
My question is about the deployment of the rest api, it should be in the same kafka cluster or we could deploy it externaly in other vm thanks in advavce

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.