Skip to content

Commit 0ce4c59

Browse files
fix: Apply suggestions from code review
Co-authored-by: gabortpubs <[email protected]> Signed-off-by: Joel Hanson <[email protected]>
1 parent 9e9bc40 commit 0ce4c59

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# Kafka Connect XML converter and transformation
1+
# Kafka Connect XML converter and transformation plug-ins
22

3-
Kafka Connect XML converter and transformation plugins make it easier to work with XML data in Kafka Connect pipelines.
3+
The Kafka Connect XML converter and transformation plug-ins make it easier to work with XML data in Kafka Connect pipelines.
44

55
## Contents
66

77
- `com.ibm.eventstreams.kafkaconnect.plugins.xml.XmlConverter`
8-
- a Kafka Connect converter for converting to/from XML strings
8+
A Kafka Connect converter for converting between Kafka Connect’s internal data format and XML strings.
99
- `com.ibm.eventstreams.kafkaconnect.plugins.xml.XmlTransformation`
10-
- a Kafka Connect transformation for converting Kafka Connect records to/from XML strings
10+
A Single Message Transform (SMT) that takes a Kafka Connect record containing an XML string and transforms it into a structured Connect record.
1111
- `com.ibm.eventstreams.kafkaconnect.plugins.xml.XmlMQRecordBuilder`
12-
- an MQ Source Record builder for parsing MQ messages containing XML strings
12+
- An MQ Source Record builder for parsing MQ messages containing XML strings.
1313

1414
## Configuration
1515

16-
Optional configuration that can be set when using the plugins to turn XML strings into Connect records (XML string -> Conect Record)
16+
The following table lists optional configuration that can be set when turning XML strings into Connect records by using the plug-ins (XML string to Connect record).
1717

1818
| **Option** | **Default value** | **Notes** |
1919
| --------------------- | ----------------- | ----------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)