Git Product home page Git Product logo

ad482-apps's People

Contributors

enolredhat avatar jramcast avatar mabulgu avatar psolarvi avatar richardallred avatar rmarting avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ad482-apps's Issues

NPE in exercise 'Sending Data with Producers'

When the viewer is executed the next exception happen:

❯ java -jar viewer/target/viewer-1.0.jar 
Exception in thread "main" java.lang.NullPointerException
        at java.base/java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1011)
        at java.base/java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1006)
        at java.base/java.util.Properties.put(Properties.java:1340)
        at com.redhat.telemetry.viewer.ConsumerApp.configureProperties(ConsumerApp.java:28)
        at com.redhat.telemetry.viewer.ConsumerApp.main(ConsumerApp.java:38)

This error happens because the ConsumerApp class is getting configuration from the Producer Properties not setted.

The following properties don't exist in the ProducerProperties class:

  • SslConfigs.SSL_KEYSTORE_LOCATION_CONFIG
  • SslConfigs.SSL_KEYSTORE_PASSWORD_CONFIG

Upgrade Quarkus exercises to latest versions

Quarkus released the new 2 version with several improvements and features. As these exercises are defined to understand better how to implement EDA applications, with Java plain or Quarkus, both cases should be using the latest versions.

This enhacement is to upgrade the current exercises to the latest version of Quarkus (currently 2.0.2.Final). This new version will provide to the student the best development lifecycle and make him/her more happy 😄.

Installing on macos

Hi,

When I got to this step:
lab start eda-setup

I get this error:
File "/Users/XXXX/AD482/.venv/lib/python3.8/site-packages/ocpcli/client.py", line 160, in apply_template
with open(template_path) as template_file:
FileNotFoundError: [Errno 2] No such file or directory: '/Users/XXXX/AD482/.venv/lib/python3.8/site-packages/ad482/common/kubefiles/templates/cluster.yaml'

Can you please assist ?

Regards,
Pål Dragseth

application.properties unknown property

I am doing the AD482 course, and I am not able to run correctly some of the labs. Currently I am working on the "Guided Exercise: Processing Data Streams". I notice that in the application.properties some properties are unknown, and therefore when running the application I cannot connect to the bootstrap server.

The properties are :
kafka.security.protocol = SSL
kafka.ssl.truststore.location = /AbsolutePath/truststore.jks
kafka.ssl.truststore.password = password

I had issues with the other labs as well, but to overcome it I deployed the app in the cluster and removed these properties.

Would be great if you could have a look at this.

Best,

Etienne.

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.