This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 399bff1  Add blog entry for Getting Further with Camel on Quarkus and 
Apache CON @HOME integration track
399bff1 is described below

commit 399bff1cef08650e7cda41b1df7f5527e6ff5af9
Author: aldettinger <[email protected]>
AuthorDate: Fri Aug 6 13:37:52 2021 +0200

    Add blog entry for Getting Further with Camel on Quarkus and Apache CON 
@HOME integration track
---
 .../GettingFurtherWithCamelQuarkusIntro/demo.gif   | Bin 0 -> 996466 bytes
 .../GettingFurtherWithCamelQuarkusIntro/index.md   |  26 +++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/content/blog/2021/08/GettingFurtherWithCamelQuarkusIntro/demo.gif 
b/content/blog/2021/08/GettingFurtherWithCamelQuarkusIntro/demo.gif
new file mode 100644
index 0000000..157f494
Binary files /dev/null and 
b/content/blog/2021/08/GettingFurtherWithCamelQuarkusIntro/demo.gif differ
diff --git a/content/blog/2021/08/GettingFurtherWithCamelQuarkusIntro/index.md 
b/content/blog/2021/08/GettingFurtherWithCamelQuarkusIntro/index.md
new file mode 100644
index 0000000..0e90a99
--- /dev/null
+++ b/content/blog/2021/08/GettingFurtherWithCamelQuarkusIntro/index.md
@@ -0,0 +1,26 @@
+---
+title: "Getting Further With Camel on Quarkus at Apache CON @HOME 2021"
+date: 2021-08-06
+authors: [aldettinger]
+categories: ["Events", "Apache","Camel Quarkus"]
+preview: "A new demonstration explaining further development tips for Camel 
Quarkus will be held at Apache CON @HOME 2021"
+---
+
+I will have the pleasure to cast a new demonstration explaining further 
development tips for Camel Quarkus at [Apache CON @HOME 
2021](https://www.apachecon.com/acah2021/). Some details still remain to be 
polished, however I can already share with you the preview below:
+![Getting Further With Camel on Quarkus at Apache CON @HOME 2021 
Preview](./demo.gif)
+
+This live coding presentation will be split in 2 parts.
+
+# First part where we step into the shoes of a day to day Camel Quarkus 
developer
+
+The idea is really to implement a typical Camel route on a local machine. 
Beyond that, this will be a good occasion to show the great integration of some 
Quarkus features into Camel. There will also be a few tips specific to Camel 
Quarkus to review, such as the
+right way to tune a Camel component with Java code. Last but not least, we'll 
dig deeper and deeper into the native mode theory...
+but also practice ! Indeed, we'll even experience some concrete problems and 
discover the corresponding answers.
+
+It's already a lot of content and there will be even more.
+
+# Second part where we play with on-demand provisioning and memory constraints 
on a remote cluster
+
+Here, we'll work with few Hello/Bye worlds 
[Knative](https://knative.dev/docs/) services deployed on a remote 
[Kubernetes](https://kubernetes.io/) cluster. This is really a good spot to 
review the boot time and memory impact of using the native mode. Then, we'll 
raise the level up as this remote cluster has some memory constraints. This 
situation will be an opportunity to touch the trade-off between the time to 
serve the first request and the memory usage.
+
+I wish you start to feel the taste of this presentation. And maybe we'll meet 
up at the [Apache CON @HOME integration 
track](https://www.apachecon.com/acah2021/tracks/integration.html) on 
Wednesday, 22 September 2021 at 18:50 UTC. I also encourage you to take a 
deeper look into the [integration track 
agenda](https://www.apachecon.com/acah2021/tracks/integration.html) as there 
are great talks covering a lot of topics.
\ No newline at end of file

Reply via email to