Skip to content

Commit 01d66d6

Browse files
committed
Revert "gitpodded kafka producer tutorial"
This reverts commit b84a401.
1 parent b84a401 commit 01d66d6

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,3 @@ 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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ kafka:
1313
confluent:
1414
pretty: Confluent
1515

16-
gitpod:
17-
pretty: Gitpod
18-
1916
# use for the produce-consume-lang tutorial only
2017
c:
2118
pretty: C

_data/tutorials.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -604,20 +604,19 @@ streams-to-table:
604604
kafka: disabled
605605
confluent: enabled
606606
kafka-producer-application:
607-
title: How to build your first Apache Kafka producer application
607+
title: How to build your first Apache KafkaProducer 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 Kafka producer into your event-driven application,
612+
introduction: You'd like to integrate a KafkaProducer 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 Kafka producer to write records to Kafka.
614+
that uses a KafkaProducer to write records to Kafka.
615615
status:
616616
ksql: disabled
617617
kstreams: disabled
618618
kafka: enabled
619619
confluent: enabled
620-
gitpod: enabled
621620
kafka-producer-application-callback:
622621
title: How to build an Apache KafkaProducer application with callbacks
623622
meta-description: build an Kafka producer application and handle responses using

0 commit comments

Comments
 (0)