File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,3 @@ harness_runner/harness_runner.pyc
29
29
30
30
# Ignore Gradle build output directory
31
31
build
32
-
33
- # Ignore this directory that gets used for gitpod tutorials
34
- tutorial-workspace
Original file line number Diff line number Diff line change 13
13
confluent :
14
14
pretty : Confluent
15
15
16
- gitpod :
17
- pretty : Gitpod
18
-
19
16
# use for the produce-consume-lang tutorial only
20
17
c :
21
18
pretty : C
Original file line number Diff line number Diff line change @@ -604,20 +604,19 @@ streams-to-table:
604
604
kafka : disabled
605
605
confluent : enabled
606
606
kafka-producer-application :
607
- title : How to build your first Apache Kafka producer application
607
+ title : How to build your first Apache KafkaProducer application
608
608
meta-description : build your first Kafka producer application
609
609
canonical : confluent
610
610
slug : /creating-first-apache-kafka-producer-application
611
611
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,
613
613
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.
615
615
status :
616
616
ksql : disabled
617
617
kstreams : disabled
618
618
kafka : enabled
619
619
confluent : enabled
620
- gitpod : enabled
621
620
kafka-producer-application-callback :
622
621
title : How to build an Apache KafkaProducer application with callbacks
623
622
meta-description : build an Kafka producer application and handle responses using
You can’t perform that action at this time.
0 commit comments