Giter Site home page Giter Site logo

Comments (2)

hjafarpour avatar hjafarpour commented on May 19, 2024

@alexhafner the first failure corrupted the environment since and you could not recover from it. There are few options to clean up your environment and try again.

  • You can destroy the confluent platform and restart it again. This way you will have a clean env and you can start the demo.
  • You can delete 'ksql__commands' topic in kafka along with the other topics and start again.
    If non of these work please let me know.

from ksql.

alexhafner avatar alexhafner commented on May 19, 2024

I went down the second route to test if we can recover without a full destroy.

One extra step was needed, as the _TS topics autocreate themselves again on deletion.

This is due to the Kafka Connectors, which I've removed using the REST api

curl -X DELETE localhost:8083/connectors/es_sink_EVENTS_PER_MIN_MAX_AVG_TS curl -X DELETE localhost:8083/connectors/es_sink_CLICKSTREAM_STATUS_CODES_TS curl -X DELETE localhost:8083/connectors/es_sink_ENRICHED_ERROR_CODES_TS curl -X DELETE localhost:8083/connectors/es_sink_CLICK_USER_SESSIONS_TS curl -X DELETE localhost:8083/connectors/es_sink_USER_IP_ACTIVITY_TS curl -X DELETE localhost:8083/connectors/es_sink_PAGES_PER_MIN_TS curl -X DELETE localhost:8083/connectors/es_sink_ERRORS_PER_MIN_TS curl -X DELETE localhost:8083/connectors/es_sink_ERRORS_PER_MIN_ALERT_TS curl -X DELETE localhost:8083/connectors/es_sink_EVENTS_PER_MIN_TS
After that, all relevant topics could be deleted and the install restarted. The install completed perfectly. Many thanks @hjafarpour !

from ksql.

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.