Skip to content

Commit 203b660

Browse files
authored
fix some things to generate pr (#178)
1 parent 59e3d40 commit 203b660

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

modules/ROOT/partials/subscription-setup-project.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
Create the `resources` subdirectory if it doesn't already exist.
7878
+
7979
./src/main/resources/application.properties
80-
[source,conf,subs="+quotes"]
80+
[source,properties,subs="+quotes"]
8181
----
8282
# ---------------------------------------
8383
# Configuration of your Astra Streaming tenant

modules/developing/pages/gpt-schema-translator.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ a|
113113
----
114114

115115
a|
116-
[source,plain]
116+
[source,console]
117117
----
118118
id=key, file1=value.file1, file2=value.file2, file3=value.file3
119119
----
@@ -133,7 +133,7 @@ This example demonstrates how you can generates schema mapping in real time.
133133
. The xref:connectors:sources/data-generator.adoc[Data Generator source connector] generates data for a {pulsar-short} topic with an AVRO schema.
134134
+
135135
.AVRO schema example
136-
[source,avro]
136+
[source,json]
137137
----
138138
"pulsar_topic_schema": {
139139
"person": {
@@ -410,7 +410,7 @@ image::developing:create-schema-mapping.png[Schema mapping,320,240]
410410
+
411411
The {gpt-schema-translator} generates an AVRO-to-CQL schema mapping while messages are processed.
412412
+
413-
[source,plain]
413+
[source,console]
414414
----
415415
passportnumber=value.passportNumber, age=value.age, firstname=value.firstName, lastname=value.lastName
416416
----
@@ -461,7 +461,7 @@ For example, assume you have the following {cass-short} table schema:
461461

462462
The schema translator would generate the following {pulsar-short} JSON schema mapping based on the given {cass-short} table schema:
463463

464-
[source,plain]
464+
[source,console]
465465
----
466466
passportnumber=value.passportnumber, age=value.age, firstname=value.firstname, lastname=value.lastname
467467
----

modules/operations/pages/monitoring/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ In {pulsar-short}, end user applications only deal with messages at the parent t
284284

285285
* Exclude reported metrics that are associated with {product}'s system namespaces and topics, which are usually prefixed by two underscores, such as:
286286
+
287-
[source,plain]
287+
[source,console]
288288
----
289289
__kafka
290290
__transaction_producer_state

0 commit comments

Comments
 (0)