Skip to content

Commit a5bf975

Browse files
authored
Add external blog/video links (#68)
1 parent ccf9778 commit a5bf975

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ com.github.jcustenborder.kafka.connect.transform.common.ChangeTopicCase
119119
```
120120

121121
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+
122125
### Tip
123126

124127
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
212215
```
213216

214217
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+
215222
### Configuration
216223

217224
#### General
@@ -452,6 +459,10 @@ com.github.jcustenborder.kafka.connect.transform.common.TimestampNowField$Value
452459
```
453460

454461
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+
455466
### Configuration
456467

457468
#### General
@@ -581,4 +592,4 @@ Contributions are always welcomed! Before you start any development please creat
581592
start a discussion. Create a pull request against your newly created issue and we're happy to see
582593
if we can merge your pull request. First and foremost any time you're adding code to the code base
583594
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

Comments
 (0)