ulkas

Results 3 comments of ulkas

solved in docker by installing librdkafka and confluent kafka from sources: ``` ENV DEBIAN_FRONTEND=noninteractive RUN apt-get clean; apt-get update --allow-unauthenticated --allow-insecure-repositories; apt-get install -y libsasl2-modules-gssapi-mit libsasl2-dev libssl-dev openssl ; apt-get...

i also got this problem on a windows machine. my solution was to redeclare the `File resourceFile = new File("src/main/java" + resourceName);` inside the GroupLensDataModel.java file to the full instalation...