Youcef HILEM

Results 18 comments of Youcef HILEM

I am looking for any information to initiate the implementation of the S3 API with Ambry. I think first at https://github.com/jclouds/jclouds/tree/master/apis/s3/src/main/java/org/jclouds/s3/blobstore but I do not know if it's a good...

My idea is not to change Ambry. It is simpler I think to: - Instantiate S3Proxy by creating a backend BlobStore object and a frontend S3Proxy object (https://github.com/gaul/s3proxy/wiki/Using-S3Proxy-in-Java-projects) - Implement...

The project once finished will be opensourced. For now we have a time constraint: it must be in production this summer. Some responses: 1. Yes, with JPA different database implementations:...

Hi Imesh, It is done but not entirely automated. There remains an error at the level of the analytical module and is being resolved. Thanks Youcef HILEM

Thanks. For our production environment, the database is not deployed on OpenShift. The mysql docker image without persistent volume is used to quickly mount and test configurations on OpenShift.

Hi, I have implemented this pattern and soon will be in production. The -Dprofile=traffic-manager option for tm1 and tm2 nodes is not used because the PODs do not start (classnotfoundexception...

You are right. I used mysql-connector-java-5.1.43-bin.jar I just switched to mysql-connector-java-5.1.34.jar and the problem is gone.

Ok, thanks I'll try a build with docker. On Windows10 with Bazel, the error is that I don't have the VC++ compiler ``` C:\OpenSource\GWT\google_jsinterop-generator_\jsinterop-generator-master> C:\OpenSource\GWT\google_jsinterop-generator_\jsinterop-generator-master>C:\Tools\bazelisk\bazelisk-windows-amd64.exe build //java/jsinterop/generator/closure:ClosureJsinteropGenerator_deploy.jar 2022/02/01 08:43:46 Downloading...

Hi, @trevorfrost can you please share your final build script and your android sample ? I want use the library from Java/jni. Thanks

Hi, @kevinkreiser When can we expect to have a first version to test the "jni wrapper of the actor class in src/bindings/android "? Thanks