Hello,
I am trying to deploy secor to fetch messages from kafka producer and push it to an S3 bucket on AWS cloud. But I am running into a few errors.
2. To go around this error and have a working docker image, I tried to build my own docker image on the "Dockerfile" present in the secor repository. But while building the docker file, I ran into an error at the ADD command mentioned in the docker file.
3. When I tried debugging the error mentioned in step 2, I understood that I need to install secor on my local machine, by running the mvn package command. When I tried running that, I came across another error concerning the pom.xml. It mentions that the dependencies could not be resolved.
It'd be really helpful and I'd appreciate it if someone can help me with these blockages as soon as possible.
Regards,
Sanath.