Lucas Persson

Results 9 comments of Lucas Persson

Hi @sapessi I really want to use Jersey for JAX-RS but within Spring boot too. You can in any Spring boot setup depend on spring jersey starter jar. Check this...

At least Erlang 18 needs OpenSSL 1.0.2. I can't get it to work with OpenSSL 1.1. The config step says that no suitable OpenSSL is found.

I did try with kafka_2.12-2.8.1 too, same issue And also tested kafka_2.12-2.5.0, same issue

This is the AWS policy: { "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ "s3:PutObject", "s3:GetObject", "s3:ListBucket" ], "Resource": [ "arn:aws:s3:::glassbeam-exporter", "arn:aws:s3:::glassbeam-exporter/*" ] } ] }

Hi, it is not the full log since that is a lot of log statements. I was hoping the exception message should be more informative. But this issue might be...