@@ -119,6 +119,9 @@ com.github.jcustenborder.kafka.connect.transform.common.ChangeTopicCase
119
119
```
120
120
121
121
This transformation is used to change the case of a topic.
122
+
123
+ [ ✍️ Example] ( https://rmoff.net/2020/12/23/twelve-days-of-smt-day-12-community-transformations/#_change_the_topic_case ) / [ 🎥 Video] ( https://www.youtube.com/watch?v=Z7k_6vGRrkc&t=274s )
124
+
122
125
### Tip
123
126
124
127
This transformation will convert a topic name like 'TOPIC_NAME' to ` topicName ` , or ` topic_name ` .
@@ -212,6 +215,10 @@ com.github.jcustenborder.kafka.connect.transform.common.ExtractTimestamp$Value
212
215
```
213
216
214
217
This transformation is used to use a field from the input data to override the timestamp for the record.
218
+
219
+ [ ✍️ Example] ( https://rmoff.net/2020/12/23/twelve-days-of-smt-day-12-community-transformations/#_add_the_timestamp_of_a_field_to_the_topic_name ) / [ 🎥 Video] ( https://www.youtube.com/watch?v=Z7k_6vGRrkc&t=430s )
220
+
221
+
215
222
### Configuration
216
223
217
224
#### General
@@ -452,6 +459,10 @@ com.github.jcustenborder.kafka.connect.transform.common.TimestampNowField$Value
452
459
```
453
460
454
461
This transformation is used to set a field with the current timestamp of the system running the transformation.
462
+
463
+ [ ✍️ Example] ( https://rmoff.net/2020/12/23/twelve-days-of-smt-day-12-community-transformations/#_add_the_current_timestamp_to_the_message_payload ) / [ 🎥 Video] ( https://www.youtube.com/watch?v=Z7k_6vGRrkc&t=679s )
464
+
465
+
455
466
### Configuration
456
467
457
468
#### General
@@ -581,4 +592,4 @@ Contributions are always welcomed! Before you start any development please creat
581
592
start a discussion. Create a pull request against your newly created issue and we're happy to see
582
593
if we can merge your pull request. First and foremost any time you're adding code to the code base
583
594
you need to include test coverage. Make sure that you run ` mvn clean package ` before submitting your
584
- pull to ensure that all of the tests, checkstyle rules, and the package can be successfully built.
595
+ pull to ensure that all of the tests, checkstyle rules, and the package can be successfully built.
0 commit comments