Skip to content

Commit 34f5284

Browse files
authored
Merge pull request #1772 from cescoffier/virtual-threads-blog-2
Second blog post about virtual threads
2 parents 00d7ab4 + ff81657 commit 34f5284

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

_posts/2023-09-19-virtual-thread-1.adoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -355,12 +355,13 @@ Virtual threads are not a silver bullet, and while they can improve the concurre
355355
It is the first part (and the most boring, hopefully) post of a multiple-post series.
356356
Next, we will cover:
357357

358-
- How to write a crud application using virtual threads
359-
- How to build a native executable when using virtual threads
360-
- How to containerize an application using virtual threads (in JVM mode)
361-
- How to containerize an application using virtual threads in native mode
362-
- How to process Kafka messages using virtual threads
363-
- What are we exploring to improve the virtual thread support in Quarkus
358+
- https://quarkus.io/blog/virtual-thread-2/[How to write a crud application using virtual threads]
359+
- How to test virtual threads applications (_to be published_)
360+
- How to build a native executable when using virtual threads (_to be published_)
361+
- How to containerize an application using virtual threads (in JVM mode) (_to be published_)
362+
- How to containerize an application using virtual threads in native mode (_to be published_)
363+
- How to process Kafka messages using virtual threads (_to be published_)
364+
- What are we exploring to improve the virtual thread support in Quarkus (_to be published_)
364365

365366
To know more about the virtual thread support in Quarkus, check the https://quarkus.io/guides/virtual-threads[Virtual thread reference guide].
366367

180 KB
Loading

0 commit comments

Comments
 (0)