Skip to content

Instantly share code, notes, and snippets.

@mikeananev
Last active June 26, 2022 17:11
Show Gist options
  • Select an option

  • Save mikeananev/b34b0f97adb726caca0076f6bcbb3f8e to your computer and use it in GitHub Desktop.

Select an option

Save mikeananev/b34b0f97adb726caca0076f6bcbb3f8e to your computer and use it in GitHub Desktop.
Asciidoc Reveal.js presentation example
asciidoctor-revealjs ml-team.adoc
decktape -s 1900x1187 --slides 1-500 reveal "file:///Users/user/projects/ml-team.html?fragments=true" slides.pdf

Title Slide

qwerty

Slide One

  • Foo

  • Bar

  • World

Slide Two

A Great Story

  • tell anecdote

  • make a point

Kafka Streams API: общая структура KStreams-приложения

StreamsConfig config = ...;
//Здесь устанавливаем всякие опции

Topology topology = new StreamsBuilder()
//Здесь строим топологию
....build();

ABCD

println("Hello world")
  • Dig

  • Plant

  • Hose

Kafka Streams in Action

wfqeetashlvg7 4tcfcdz1f24bu
  • William Bejeck,
    “Kafka Streams in Action”, November 2018

  • Примеры кода для Kafka 1.0

Жить в легаси нелегко

canvas

Релиз

релиз

section.red.background {
background-color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment