Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
Updating the common subproject README.md and gradle build file
Browse files Browse the repository at this point in the history
  • Loading branch information
sshivanii committed Feb 8, 2021
1 parent fc24e7e commit 67d2d94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions data-prepper-plugins/common/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Common Data Prepper plugins

## `bounded_blocking`

A buffer based off `LinkedBlockingQueue` bounded to the specified capacity. One can read and write records with specified timeout value.

- buffer_size (int): the capacity of the buffer
- batch_size (int): the maximum number of records that can be returned on read before timeout.

## `string_coverter`

A prepper plugin to generate new string records with upper or lower case conversion on the content of input records.
Expand Down
1 change: 1 addition & 0 deletions data-prepper-plugins/common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
}
dependencies {
compile project(':data-prepper-api')
compile project(':data-prepper-plugins:blocking-buffer')
implementation "com.fasterxml.jackson.core:jackson-databind:${versionMap.jackson_databind}"
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:${versionMap.jackson_dataformat_yaml}"
implementation "org.reflections:reflections:${versionMap.reflections}"
Expand Down

0 comments on commit 67d2d94

Please sign in to comment.