Pluck is useful converting HashMap/Object into array of Objects. pluck iterates over an object and returns an array of keys, values, or indices from the object.
My Study Notes for Salesforce Certified Mulesoft Developer - Level2. Go thru chapter wise (DataSheet) reference links for each topic provided below and make notes for quick reference. Take Mulesoft Certified Developer Level2 Practice test provided by MuleSoft training as many times as possible @ https://training.mulesoft.com/certification/developer-mule4-level2/practice-exam MCD Level2 - DataSheet Ch1:Expose production-ready Anypoint Platform managed APIs from Mule applications https://help.mulesoft.com/s/question/0D52T00004mXYC6SAO/horizontal-scaling-vs-vertical-scaling-of-mule-workers Implement versioning of specific API-related artifacts https://docs.mulesoft.com/exchange/to-change-raml-version https://forum.raml.org/t/as-versions-is-managed-in-raml/788/3 Configure custom or out-of-the-box (OOTB) API policies https://docs.mulesoft.com/gateway/policies-included-http-caching https://docs.mulesoft.com/api-manager/1.x/json...
Problem: When using Salesforce Connector in Mule4 - Component - " Create job bulk api v2 " - when job is crated, return error: ClientInputError:LineEnding is invalid on user data. Current LineEnding setting is LF Resolution: to resolve the issue, try adding lineSeparator="\n" in dataweave while building csv payload for bulk job. Screenshot:
In this article, focus is more on how to generate server.crt(public key), root.crt and intermediate.crt and how to resolve SSL-PKIX Path building failed error in case the server.crt is not having fullchain.crt that contains - server.crt->intermediate.crt -> root.crt in fullchain.crt in sequence file while attaching to DLB. Step 1: Prepare Your Certificate Files the following are needed: Private Key – (signed by CA, can be called as server.key/root.key) Public Certificate – server.crt/public.crt Intermediate Certificate Chain (if applicable) – fullchain.crt (server.crt, intermediate.crt and root.crt in oder of sequence) If there is only server.key/root.key/private.key and public.cert/server.crt how to generate root.crt and intermediate.crt using server.key/root.key/private.key in order to generate certificate-chain.cert that contains sever.cert, intermediate.cert and root.cert if you have private.key(serer.key), follow steps: generate root certificate usi...
Comments
Post a Comment