Skip to content

Commit

Permalink
docs: Kafka Summit talk (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
astubbs authored Mar 4, 2022
1 parent 82da6a1 commit 5be0137
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 10 deletions.
7 changes: 1 addition & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "maven" # See documentation for possible values
Expand All @@ -12,4 +7,4 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "daily"
19 changes: 17 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//


= parallel-consumer
= Confluent Parallel Consumer
:icons:
:toc: macro
:toclevels: 3
Expand Down Expand Up @@ -73,13 +73,28 @@ It also opens up new use cases like extreme parallelism, external data enrichmen

An overview article to the library can also be found on Confluent's https://www.confluent.io/blog/[blog]: https://www.confluent.io/blog/introducing-confluent-parallel-message-processing-client/[Introducing the Confluent Parallel Consumer].

[[demo]]
[#demo]
== Demo

.Relative speed demonstration
--
.Click on the animated SVG image to open the https://asciinema.org/a/404299[Asciinema.org player].
image::https://gist.githubusercontent.com/astubbs/26cccaf8b624a53ae26a52dbc00148b1/raw/cbf558b38b0aa624bd7637406579d2a8f00f51db/demo.svg[link="https://asciinema.org/a/404299"]
--

:talk_link: https://www.confluent.io/en-gb/events/kafka-summit-europe-2021/introducing-confluent-labs-parallel-consumer-client/
:talk_preview_image: https://play.vidyard.com/5MLb1Xh7joEQ7phxPxiyPK.jpg

[#talk]
== Video Overview

.Kafka Summit Europe 2021 Presentation
--
.A video presentation overview can be found {talk_link}[from the Kafka Summit Europe 2021] page for the presentatoin, along with slides.
[link = {talk_link}]
image::{talk_preview_image}[Talk]
--

'''

toc::[]
Expand Down
19 changes: 17 additions & 2 deletions src/docs/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//


= parallel-consumer
= Confluent Parallel Consumer
:icons:
:toc: macro
:toclevels: 3
Expand Down Expand Up @@ -71,13 +71,28 @@ include::{project_root}/parallel-consumer-examples/parallel-consumer-example-cor

An overview article to the library can also be found on Confluent's https://www.confluent.io/blog/[blog]: https://www.confluent.io/blog/introducing-confluent-parallel-message-processing-client/[Introducing the Confluent Parallel Consumer].

[[demo]]
[#demo]
== Demo

.Relative speed demonstration
--
.Click on the animated SVG image to open the https://asciinema.org/a/404299[Asciinema.org player].
image::https://gist.githubusercontent.com/astubbs/26cccaf8b624a53ae26a52dbc00148b1/raw/cbf558b38b0aa624bd7637406579d2a8f00f51db/demo.svg[link="https://asciinema.org/a/404299"]
--

:talk_link: https://www.confluent.io/en-gb/events/kafka-summit-europe-2021/introducing-confluent-labs-parallel-consumer-client/
:talk_preview_image: https://play.vidyard.com/5MLb1Xh7joEQ7phxPxiyPK.jpg

[#talk]
== Video Overview

.Kafka Summit Europe 2021 Presentation
--
.A video presentation overview can be found {talk_link}[from the Kafka Summit Europe 2021] page for the presentatoin, along with slides.
[link = {talk_link}]
image::{talk_preview_image}[Talk]
--

'''

toc::[]
Expand Down

0 comments on commit 5be0137

Please sign in to comment.