{"id":45907512,"url":"https://github.com/Mongey/kafka-connect-slack","last_synced_at":"2026-03-13T15:00:53.972Z","repository":{"id":62410673,"uuid":"163326016","full_name":"Mongey/kafka-connect-slack","owner":"Mongey","description":"Kafka Connect Sink for posting to Slack","archived":false,"fork":false,"pushed_at":"2022-12-25T19:11:00.000Z","size":72,"stargazers_count":9,"open_issues_count":1,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T08:38:38.913Z","etag":null,"topics":["kafka-connect","kafka-connector","slack"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/Mongey.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":"2018-12-27T18:42:35.000Z","updated_at":"2024-12-09T07:41:15.000Z","dependencies_parsed_at":"2023-01-30T22:31:40.130Z","dependency_job_id":null,"html_url":"https://github.com/Mongey/kafka-connect-slack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mongey/kafka-connect-slack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mongey%2Fkafka-connect-slack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mongey%2Fkafka-connect-slack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mongey%2Fkafka-connect-slack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mongey%2Fkafka-connect-slack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mongey","download_url":"https://codeload.github.com/Mongey/kafka-connect-slack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mongey%2Fkafka-connect-slack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30469098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T11:00:43.441Z","status":"ssl_error","status_checked_at":"2026-03-13T11:00:23.173Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["kafka-connect","kafka-connector","slack"],"created_at":"2026-02-28T04:00:15.452Z","updated_at":"2026-03-13T15:00:53.965Z","avatar_url":"https://github.com/Mongey.png","language":"Kotlin","funding_links":[],"categories":["Social Media"],"sub_categories":["Slack"],"readme":"# kafka-connect-slack\nA [kafka-connect](https://kafka.apache.org/documentation/#connect) sink connector, for formatting, and sending messages to Slack\n\n[![CircleCI](https://circleci.com/gh/Mongey/kafka-connect-slack.svg?style=svg\u0026circle-token=fec0eab73b18b427a484bd2ae4736deec30c7173)](https://circleci.com/gh/Mongey/kafka-connect-slack)\n\n![](https://mongey.net/post/kafka-connect-slack/posting.gif)\n\n## :electric_plug: Installation\nDownload the [latest jar](https://circleci.com/gh/Mongey/kafka-connect-slack/) and place it in your [kafka-connect plugins](https://docs.confluent.io/current/connect/userguide.html#installing-plugins) folder.\n\n## :hammer_and_wrench: Configuration\n\n```hcl\nresource \"kafka-connect_connector\" \"slack_sink\" {\n  name = \"slack_sink\"\n\n  config = {\n    \"name\"             = \"slack_sink\"\n    \"connector.class\"  = \"net.mongey.kafka.connect.SlackSinkConnector\"\n    \"topics\"           = \"paid-orders\"\n    \"slack.token\"      = \"${var.slack_token}\"\n    \"slack.channel\"    = \"shipping-requests\"\n    \"message.template\" = \"${customer.firstname} created a new order\"\n  }\n}\n```\n\n* `slack.token` is the slack token for the connector to use.\n* `slack.channel` defines what channel to send the message into. (Optional)\n* `slack.username` defines the user to send the message to. (Optional)\n* `message.template` defines the template to use for the message.\n\n### :memo: `message.template`\nInterpolate fields from the message using `${field_name}`.\nNested fields are accessible using a `.` e.g. `${customer.address.city}` \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMongey%2Fkafka-connect-slack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMongey%2Fkafka-connect-slack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMongey%2Fkafka-connect-slack/lists"}