Skip to content

Commit b84a401

Browse files
committed
gitpodded kafka producer tutorial
1 parent 1eda0fb commit b84a401

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ harness_runner/harness_runner.pyc
2929

3030
# Ignore Gradle build output directory
3131
build
32+
33+
# Ignore this directory that gets used for gitpod tutorials
34+
tutorial-workspace

_data/stacks.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ kafka:
1313
confluent:
1414
pretty: Confluent
1515

16+
gitpod:
17+
pretty: Gitpod
18+
1619
# use for the produce-consume-lang tutorial only
1720
c:
1821
pretty: C

_data/tutorials.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -604,19 +604,20 @@ streams-to-table:
604604
kafka: disabled
605605
confluent: enabled
606606
kafka-producer-application:
607-
title: How to build your first Apache KafkaProducer application
607+
title: How to build your first Apache Kafka producer application
608608
meta-description: build your first Kafka producer application
609609
canonical: confluent
610610
slug: /creating-first-apache-kafka-producer-application
611611
question: How do you get started building your first Kafka producer application?
612-
introduction: You'd like to integrate a KafkaProducer into your event-driven application,
612+
introduction: You'd like to integrate a Kafka producer into your event-driven application,
613613
but you're not sure where to start. In this tutorial, you'll build a small application
614-
that uses a KafkaProducer to write records to Kafka.
614+
that uses a Kafka producer to write records to Kafka.
615615
status:
616616
ksql: disabled
617617
kstreams: disabled
618618
kafka: enabled
619619
confluent: enabled
620+
gitpod: enabled
620621
kafka-producer-application-callback:
621622
title: How to build an Apache KafkaProducer application with callbacks
622623
meta-description: build an Kafka producer application and handle responses using

0 commit comments

Comments
 (0)