What's new in pull-replication plugins

Propose a talk about the improvements and the new features done in
pull-replication plugin

Change-Id: I5469a02adaae757f8695c8b6a371a1191aa24c44
diff --git a/schedule.md b/schedule.md
index d701bea..61ce1a0 100644
--- a/schedule.md
+++ b/schedule.md
@@ -68,7 +68,7 @@
 |  9:00 | Breakfast & Networking
 |  9:30 | [Import Gerrit projects across servers](sessions/import-gerrit-projects-across-servers.md)
 | 10:15 | [What's new in the UI](sessions/whats-new-ui.md)
-| 11:00 | __Talk available__
+| 11:00 | [What's new in pull-replication plugin](sessions/whats-new-in-pull-replication.md)
 | 12:00 | Lunch& Networking
 | 14:00 | [Keeping an eye on your repository metrics](sessions/git-repo-metrics.md)
 | 14:10 | [Status update of the "Gerrit on Kubernetes" project](sessions/k8s-gerrit.md)
diff --git a/sessions/whats-new-in-pull-replication.md b/sessions/whats-new-in-pull-replication.md
new file mode 100644
index 0000000..0b7699f
--- /dev/null
+++ b/sessions/whats-new-in-pull-replication.md
@@ -0,0 +1,14 @@
+# What's new in the pull-replication
+
+Over the last two year GerritForge took an effort to improve Gerrit replication
+performance by introducing the pull-replication plugin.
+
+In his talk Marcin will focus on the improvements and the new features introduced
+to the pull-replication plugin:
+* E2E metrics
+* Use events-broker and stream events as a backfill mechanism
+* A new apply-objects REST-API
+* JGit performance improvements
+* And many other small improvemnents
+
+*[Marcin Czech, GerritForge](../speakers.md#mczech)*
diff --git a/speakers.md b/speakers.md
index 849ae4c..e6e3ee4 100644
--- a/speakers.md
+++ b/speakers.md
@@ -70,3 +70,12 @@
 Ben is a software engineer working on Gerrit's web application.
 He joined Gerrit in 2019, and has been working on the Attention
 Set and the Check UI.
+
+### Marcin Czech - GerritForge {#mczech}
+
+Marcin is a Senior Software Engineer at GerritForge where he contributes to the
+OpenSource Gerrit Code Review project.
+
+Over the last three years he has been involved in the design and development of
+numerous parts of the Gerrit ecosystem, such as: Gerrit core, multi-site,
+events-broker(Kafka and AWS Kinesis) and pull-replication.