Tamir-Schwarz
Tamir-Schwarz
Hi, We are using kafka-connect-s3 connector version 5.5.1. We tried to use the [Trusted Account Credentials](https://docs.confluent.io/5.5.1/connect/kafka-connect-s3/index.html) feature. According to the documentation, we need to add the following properties: `s3.credentials.provider.class=AwsAssumeRoleCredentialsProvider sts.role.arn=arn:aws:iam::012345678901:role/my-restricted-role...
Hi, I am trying to set rule to throw exception on failure, i followed the [documentation](https://github.com/deliveredtechnologies/rulebook#36-rule-chain-behavior) but it seems the rule still gets it default CONTINUE_ON_FAILURE. I tried to debug...
link to issue https://github.com/opensearch-project/opensearch-java/issues/588 actually used the code of @dblock - thank you very much! original example https://github.com/dblock/opensearch-java-client-demo/blob/to-json/src/main/java/Example.java#L34 ========= Developer Certificate of Origin Version 1.1 Copyright (C) 2004, 2006 The...