Тёмный
Stefano Bernardini - MuleSoft
Stefano Bernardini - MuleSoft
Stefano Bernardini - MuleSoft
Подписаться
My name is Stefano Bernardini. I'm a MuleSoft Mentor.

This Channel is a place where you can start learning MuleSoft. (Mule 4.x)
MuleSoft - Using Python
12:47
Год назад
MuleSoft - Connecting Cloudera Impala
11:14
2 года назад
MuleSoft - Amazon AWS S3 - Upload File
14:18
2 года назад
MuleSoft - Connecting ServiceNow
15:36
2 года назад
MuleSoft - Caching
9:41
2 года назад
MuleSoft - Connecting SQLite
11:04
2 года назад
MuleSoft Composer - HTTP Connector
23:55
2 года назад
MuleSoft - Exposing Web Service SOAP
13:10
2 года назад
MuleSoft - Connecting RabbitMQ
16:07
2 года назад
MuleSoft - Connecting Apache Kafka
29:23
2 года назад
MuleSoft - JMS with TIBCO EMS
10:37
2 года назад
Комментарии
@jacekbiaecki8076
@jacekbiaecki8076 23 дня назад
Clear explanation. Thanks, Stefano!
@deepthihk8027
@deepthihk8027 27 дней назад
Thanks for the CDC events subscribe guidance Stefano I would like to check with you regarding Attachments Is that possible to retrieve the attachments using either Platform Events - SF Subscribe Channel Listener in MuleSoft API or SF Replay Channel Listener in MuleSoft API ?? Appreciate your comments
@sandeepteerth
@sandeepteerth 2 месяца назад
thanks, it helped me
@shaunmcarthur3616
@shaunmcarthur3616 2 месяца назад
Thanks.
@gab2050
@gab2050 4 месяца назад
Poor Alexa 🤣Thanks for the video I really appreciate it
@claudio8566
@claudio8566 4 месяца назад
Hi, thank you very much. It doesn't work with Spring 1.4.0. Did you try it? I have this error: Element: delegate-security-provider is not allowed to be child of element Spring Security manager apiugovqueries.xml /apiugovqueries/src/main/mule Spring Security manager Message Flow Error
@gab2050
@gab2050 4 месяца назад
Thanks for the video, very usefull
@jmadrid1411
@jmadrid1411 4 месяца назад
Great demo! I wonder what kind of user license and profile did you use in this demo. Thanks again.
@cantemirash2
@cantemirash2 4 месяца назад
Hello Stefano, I tried to connect Mulesoft to Salesforce using a Key pair created directly in KeyStore explorer. With your first method ( self signed key pair creates in Salesforce ) everything worked as described by you. I tried the second Scenario but I was not able to create and sign the key pairs using openssl as you did in the video because openssl was not working properly on my machine. So I have created the key pair directly in KeyStore, exported the Certificate Chain ans saved as .crt file and saved the KEyStore as jks file. I ollowed all the remaining steps, created the connected app in Salesforce and configured the Salesforce configuration. When I try to test the connection I get an error. Failed signing payload. See below the most relevant entries: org.mule.runtime.api.connection.ConnectionException: Failed signing payload ... Caused by: org.mule.extension.salesforce.internal.error.exception.service.SalesforceException: Keystore contains no certificate I could not see any rellevamt difference between the content on the jks files saved from Salesforce and my own jks file. Can you give me a tip for fixing this problem? Thank you in advance.
@cantemirash2
@cantemirash2 4 месяца назад
Ciao Stefano, grazie per il video esauriente. Una nota: hai forse dimenticato di mettere i comandi del cmd prompt di Windows nella descrizione? 😀
@javierbza
@javierbza 4 месяца назад
Hi! It works with community version? I'm interested in knowing how powerful is Mule and limitations for this community version
@rahul-virani
@rahul-virani 4 месяца назад
Hi, This config not working for external destination i.e. JMS based. Getting below error: at org.mule.extension.jsonlogger.internal.destinations.JMSDestination.sendToExternalDestination(JMSDestination.java:85) at org.mule.extension.jsonlogger.internal.destinations.events.LogEventHandler.flushLogs(LogEventHandler.java:47) at org.mule.extension.jsonlogger.internal.destinations.events.LogEventHandler.flushAllLogs(LogEventHandler.java:59) at org.mule.extension.jsonlogger.internal.destinations.events.LogEventHandler.onEvent(LogEventHandler.java:40) at org.mule.extension.jsonlogger.internal.destinations.events.LogEventHandler.onEvent(LogEventHandler.java:14) at com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:168) at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:125) at java.base/java.lang.Thread.run(Thread.java:840) ERROR 2024-05-14 17:37:51,829 [Thread-12] [processor: ; event: ] org.mule.extension.jsonlogger.internal.destinations.JMSDestination: Error: Parameter does not exist in any group: messageBuilder
@rahul-virani
@rahul-virani 4 месяца назад
This is the code : try { @SuppressWarnings("deprecation") OperationParameters parameters = DefaultOperationParameters.builder().configName(this.jmsConfigurationRef) .addParameter("destination", this.queueDestination) .addParameter("messageBuilder", JmsMessageBuilder.class, DefaultOperationParameters.builder() .addParameter("body", new TypedValue<>(finalLog, JSON_STRING)) .addParameter("jmsxProperties", new JmsxProperties()) .addParameter("properties", new HashMap<String, Object>())) .build(); extensionsClient.executeAsync("JMS", "publish", parameters); } catch (Exception e) { LOGGER.error("Error: " + e.getMessage()); e.printStackTrace(); }
@rahul-virani
@rahul-virani 4 месяца назад
Even OperationParameters class and extensionsClient.executeAsync method are showing deprecated.
@AYAAN854
@AYAAN854 4 месяца назад
While I am trying this I am getting error like you called the function '++'with these arguments 1.string(bearer)2. Null
@janvermaeten3289
@janvermaeten3289 5 месяцев назад
Kudos to Matthias 👏
@charleshebdo9764
@charleshebdo9764 6 месяцев назад
You make good videos but then you insert your camera right on top of the worst possible screen area choice.
@uer-yt2050
@uer-yt2050 6 месяцев назад
Wonderful explanation! thanks a lot : )
@bharathkesavan1469
@bharathkesavan1469 6 месяцев назад
In the broadcast scenario, why is queue needed? Can we directly consume topic output?
@StefanoBernardiniMuleSoft
@StefanoBernardiniMuleSoft 6 месяцев назад
I dont think so. You can try
@susanaabrantes5460
@susanaabrantes5460 6 месяцев назад
Hi Stefano. Your video safe my day 🙂 Thanks! Regarding authentication what's your recommendation?
@StefanoBernardiniMuleSoft
@StefanoBernardiniMuleSoft 6 месяцев назад
Just use API Manager. You will find a lot of auth policies
@kevinket
@kevinket 8 месяцев назад
Stefano - thanks for the video. It was very useful.
@pavand6641
@pavand6641 8 месяцев назад
Hi Stefano, At 7:06 minutes, I see you have created client certificate. Can I know how to create those ?
@AakashTiwari-r2g
@AakashTiwari-r2g 8 месяцев назад
dude were you able to find out? i am also trying to figure out same thing.
@StefanoBernardiniMuleSoft
@StefanoBernardiniMuleSoft 7 месяцев назад
Salesforce doesn't accept self signed. So you need to buy it. Search ssl certificate (eg. Godaddy, digicert, etc)
@NaveenKumar-x4g1c
@NaveenKumar-x4g1c 9 месяцев назад
Thanks for the clear steps but I have some queries can we connect over email.
@StefanoBernardiniMuleSoft
@StefanoBernardiniMuleSoft 9 месяцев назад
You can find my linkedin profile in the bio
@AshishRohillax
@AshishRohillax 10 месяцев назад
One of the best video out there on mulesoft with sns. Thanks mate.
@eyesafe
@eyesafe 11 месяцев назад
Ciao Stefano, amazing Video thanks for that. Do you how I could create an Endpoint in Composer for an external System to POST to?
@StefanoBernardiniMuleSoft
@StefanoBernardiniMuleSoft 11 месяцев назад
Thanks! Yes, if you create a flow from scratch in Composer you can choose between System Event, Invoke and Scheduler. Invoke is the component to use in order to expose HTTP POST.
@arpandas5668
@arpandas5668 11 месяцев назад
That's a good explanation! Thanks! Looking for some more interesting videos.
@claudioesposito2214
@claudioesposito2214 11 месяцев назад
Ciao Stefano, grazie mille per questi video. Mi sto interfacciando ultimamente a MCD level 2, studio autonomo. Puoi darmi qualche consiglio? C'è qualche risorsa online che mi può aiutare?
@StefanoBernardiniMuleSoft
@StefanoBernardiniMuleSoft 11 месяцев назад
Ciao Claudio, grazie dei complimenti. Per l'MCD Lev2, Io ho seguito i corsi DEV:PRD Module 1 e DEV:INT Module 1 con un istruttore inglese. In alternativa la cosa migliore è andare sul sito della certificazione e approfondire esattamente i topic richiesti (es. Maven, Certificati, Policy, Log e correlation, etc)
@s_vishneuski
@s_vishneuski 11 месяцев назад
Thank you so much for this video and your work!
@penumurumohith247
@penumurumohith247 Год назад
I added python path in VM argument but it keep on showing no module named requests
@kusumcathy5585
@kusumcathy5585 Год назад
in case Splunk messages, what's the max size allowed for S3 bucket.
@PaulGDowling
@PaulGDowling Год назад
Thank you for such a great video. It worked perfectly
@abusht
@abusht Год назад
Cool, thanks. This is a good way to port a self sufficient small database for API.
@subbareddydumpala1499
@subbareddydumpala1499 Год назад
Nice explanation
@danieltadele7561
@danieltadele7561 Год назад
Hi Stefano, I appreciate it if you are able to make a video explaining how to file polling from folders in S3 using 6.2.0 version. eg bucketName 'alx23' and folder 'CTSI/IN/'
@RakeshChoudhary-vl4gg
@RakeshChoudhary-vl4gg 11 месяцев назад
Even I want to know this, Has it solved for you ? It will be helpful if you can share ?
@DrMDodd
@DrMDodd Год назад
I would love to know how you solved this error: unable to find valid certification path to requested target | PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target | unable to find valid certification path to requested target
@CCSUN-j5n
@CCSUN-j5n Год назад
When I start the container of impala The logs shows that 2023-04-14T02:06:25.319695988Z I0414 02:06:24.511391 18 exec-env.cc:476] System memory available: 1.95 GB (from physical mem) 2023-04-14T02:06:25.319723737Z I0414 02:06:24.511713 18 exec-env.cc:499] Using process memory limit: 1.56 GB (--mem_limit=80% of 1.95 GB) 2023-04-14T02:06:25.319730006Z F0414 02:06:24.520639 18 impalad-main.cc:73] Invalid --buffer_pool_limit value, must be a percentage or positive bytes value or percentage: 85% 2023-04-14T02:06:25.319736243Z . Impalad exiting. How could I sovle it?
@drashtiamrutia708
@drashtiamrutia708 Год назад
simple but good content. I am trying to achieve something similar instead of creating incident, I am interested to create user in service. Do you happen to know which webservice to use in INVOKE ?
@theyhatedHimcuzHetoldtheTruth
Will this work with 300 million rows?
@StefanoBernardiniMuleSoft
@StefanoBernardiniMuleSoft Год назад
I really think so
@naveenprasanth7813
@naveenprasanth7813 Год назад
Recently I have updated the MQ connector version, post update the Basic settings section is not available in the MQ connector configuration. is there any way to apply the basic settings ?
@sgandi2341
@sgandi2341 Год назад
Ciao, video interessante , potresti per piacere fare un video per quanto riguarda Salesforce (siccome vorrei fare l’esame hyperautomation specialist)? Grazie in anticipo
@debanhijonas
@debanhijonas Год назад
Thank you, first time I will use cache and this was very useful!
@robertnguyen7519
@robertnguyen7519 Год назад
Hi Stefano, Do you know how to poll from S3 Access point
@kamalpatra8794
@kamalpatra8794 Год назад
excellent
@kalyanikolluri7496
@kalyanikolluri7496 Год назад
Please share that video of picking up specific or random offset values in mule
@kalyanikolluri7496
@kalyanikolluri7496 Год назад
Help me to how to retrieve offset value dynamically from kafka
@kalyanikolluri7496
@kalyanikolluri7496 Год назад
Hi, it's very useful video thank you
@SadanandBichare
@SadanandBichare Год назад
Hi Stefano, I am trying to bulk inserting records from csv to postgresql. But its giving error as cannot convert java.lang.string to bigdecimal. But with the same schema table in Mysql its working fine.
@ashokthegamer3439
@ashokthegamer3439 Год назад
make more videos
@sadanandushashivaji3249
@sadanandushashivaji3249 Год назад
Hey Stefano, what if I want to contact you regarding Mulesoft queries? I some stuff where I may need your Guidance and support...and ufcourse a new friend too. .
@StefanoBernardiniMuleSoft
@StefanoBernardiniMuleSoft Год назад
Hi! Sure. You can find my LinkedIn contact in the description
@sadanandushashivaji3249
@sadanandushashivaji3249 Год назад
Hey Stefano, was struggling with processing 25+ million records. Watched multiple videos, blogs but got no solution. BUT afyer watching your video got complete relief. THANKS Brother for this well explained content.
@StefanoBernardiniMuleSoft
@StefanoBernardiniMuleSoft Год назад
Happy to help 😍
@sadanandushashivaji3249
@sadanandushashivaji3249 Год назад
@@StefanoBernardiniMuleSoft ❤️
@DevinRichards
@DevinRichards Год назад
Can you recreate this demo with v6.0.3 of the connector, as it would appear that the new Upload Part does not split the file??
@sergiofillipisantana4018
@sergiofillipisantana4018 Год назад
I found a way using the option File offset. Before foreach I set a variable FileOffset ( value #[ 0 ] ) inside foreach I iterate with the part size ( FileOffset + vars.Partsize ). So I used this variable in File Offset option for all Upload Part ( including last part )
@raviteja-vq8bo
@raviteja-vq8bo Год назад
Useful video...