- Log in to post comments
User bio
404 bio not found
Member since Jul 12, 2021
Posts:
Replies:
Thanks Enrico,
We were able to drill it and now able to successfully consume the messages from azure blob container.
- Log in to post comments
Hi Yuri, From where do we get this reference of GatewayContext ? I am getting error at the same line while compiling my java class.
As an overview I am trying to create a reverse Proxy object(Ens.StreamContainer) in my java code and then want to send it (Ens.StreamContainer instead of EnsLib.PEX.Message) to some other business host for processing. I am not sure whether its doable or not but just wanted to give it a try.
Following this documentation https://docs.intersystems.com/irisforhealth20201/csp/docbook/Doc.View.cls?KEY=BJAVNAT_gateway#BJAVNAT_gateway_irisobject_create
- Log in to post comments
Certifications & Credly badges:
Yashpal has no Certifications & Credly badges yet.
Followers:
Yashpal has no followers yet.
Following:
Yashpal has not followed anybody yet.
Hi Guillaume,
I have also tested this trick and it is reducing the size of the image upto a good extent.
With non multi-stage docker file the size of the image is around 7.57GB
And with multi-stage docker file the size is 3.77GB. Nice !
But when I inspect the image the architecture of the image is changing from amd to arm.
Here is my docker file :
without multi-stage docker file :
docker inspect <imageid>
with multi-stage docker file: