Skip to content

Commit

Permalink
Merge pull request #3 from mercari/update_readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
laughingman7743 authored Mar 18, 2022
2 parents 2c23a5e + db68859 commit d695086
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ to do field-level encryption/decryption of records with or without schema in dat
It uses authenticated encryption with associated data ([AEAD](https://en.wikipedia.org/wiki/Authenticated_encryption)) and in particular applies
[AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard) in [GCM](https://en.wikipedia.org/wiki/Galois/Counter_Mode) mode.

**This repository is forked from [hpgrahsl/kryptonite-for-kafka](https://github.com/hpgrahsl/kryptonite-for-kafka), thanks for [@hpgrahsl](https://github.com/hpgrahsl)**

## tl;dr

### Data Records without Schema
Expand Down Expand Up @@ -368,7 +370,7 @@ Also, depending on the configuration, it is possible to automate the key encript
### Build, installation / deployment

This project can be built from source via Maven, or you can download the package from the
GitHub [release page](https://github.com/kouzoh/kafka-connect-transform-kryptonite-gcp/releases).
GitHub [release page](https://github.com/mercari/kafka-connect-transform-kryptonite-gcp/releases).

In order to deploy it you simply put the jar into a _'plugin path'_ that is configured to be scanned by your Kafka Connect worker nodes.

Expand Down Expand Up @@ -414,3 +416,4 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```

0 comments on commit d695086

Please sign in to comment.