{"id":20794854,"url":"https://github.com/code-star/kafka-connect-simple-transformers","last_synced_at":"2025-12-26T01:23:08.026Z","repository":{"id":53280381,"uuid":"254393310","full_name":"code-star/kafka-connect-simple-transformers","owner":"code-star","description":"A collection of simple message transformers for Kafka Connect","archived":false,"fork":false,"pushed_at":"2021-03-31T21:54:11.000Z","size":61,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-18T11:19:06.979Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/code-star.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-09T14:25:30.000Z","updated_at":"2020-05-01T12:46:01.000Z","dependencies_parsed_at":"2022-08-28T10:40:38.330Z","dependency_job_id":null,"html_url":"https://github.com/code-star/kafka-connect-simple-transformers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-star%2Fkafka-connect-simple-transformers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-star%2Fkafka-connect-simple-transformers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-star%2Fkafka-connect-simple-transformers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-star%2Fkafka-connect-simple-transformers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-star","download_url":"https://codeload.github.com/code-star/kafka-connect-simple-transformers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243138934,"owners_count":20242473,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T16:18:26.784Z","updated_at":"2025-12-26T01:23:07.998Z","avatar_url":"https://github.com/code-star.png","language":"Java","readme":"Kafka Connect Transformers\n==========================\n\nA collection of Simple Message Transformers for Kafka Connect. \n\n- `Zip$Value`: compress the value of the record given as input.\n- `Unzip$Value`: uncompress the value of the record given as input.\n\nBuild\n-----\n\nRun the following command to obtain a uber jar in `target/components`:\n\n    mvn clean package\n    \nUse\n---\n\n### Zip\n\nIn the config that defines the connector, add the following lines:\n\n    \"transforms\": \"..., zip, ...\",\n    \"transforms.zip.type\": \"nl.codestar.kafka.connect.transformers.compress.Zip$Value\",\n\nNo extra configuration parameters are needed.\n\n### Unzip\n\nIn the config that defines the connector, add the following lines:\n\n    \"transforms\": \"..., unzip, ...\",\n    \"transforms.unzip.type\": \"nl.codestar.kafka.connect.transformers.compress.Unzip$Value\",\n\nNo extra configuration parameters are needed.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-star%2Fkafka-connect-simple-transformers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-star%2Fkafka-connect-simple-transformers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-star%2Fkafka-connect-simple-transformers/lists"}