Skip to content

Commit

Permalink
[docs] Remove annotations from community topic
Browse files Browse the repository at this point in the history
Remove  modularization comments and comment out xref in bulleted list in the topic Using Avro as the payload format.

Despite the topic being conditionalized for upstream use only, it's preceded by the following downstream modularization comments and the ModuleID that is defined in the comments is incorrectly included as a cross-reference  early in the file. The xref results in a build error downstream. 

// Type: concept
// Title: Using Avro as the payload format in {prodname} outbox messages
// ModuleID: using-avro-as-the-payload-format-in-debezium-outbox-messagescomments were added 

For now, due to the imminent upstream releases for 1.7x and 1.8.x, I'm making the changes in the 1.6 branch only.
  • Loading branch information
roldanbob authored Dec 10, 2021
1 parent 6f78c31 commit c6c4020
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The following topics provide details:
* xref:example-of-a-debezium-outbox-message[]
* xref:outbox-table-structure-expected-by-debezium-outbox-event-router-smt[]
* xref:basic-debezium-outbox-event-router-smt-configuration[]
* xref:using-avro-as-the-payload-format-in-debezium-outbox-messages[]
//* xref:using-avro-as-the-payload-format-in-debezium-outbox-messages[]
* xref:emitting-additional-fields-in-debezium-outbox-messages[]
* xref:options-for-configuring-outbox-event-router-transformation[]
endif::product[]
Expand Down Expand Up @@ -198,9 +198,6 @@ You can use one of the following methods to configure the connector to apply the
* Use the xref:outbox-event-router-property-route-topic-regex[route.topic.regex] configuration option for the SMT.

ifdef::community[]
// Type: concept
// Title: Using Avro as the payload format in {prodname} outbox messages
// ModuleID: using-avro-as-the-payload-format-in-debezium-outbox-messages
[[avro-as-payload-format]]
== Using Avro as the payload format

Expand Down

0 comments on commit c6c4020

Please sign in to comment.