{"id":15528432,"url":"https://github.com/samdvr/kafkaesque","last_synced_at":"2025-08-27T11:13:47.636Z","repository":{"id":70614570,"uuid":"94040079","full_name":"samdvr/kafkaesque","owner":"samdvr","description":"A simple Kafka Producer","archived":false,"fork":false,"pushed_at":"2017-07-10T22:15:49.000Z","size":165,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-28T21:42:43.895Z","etag":null,"topics":["kafka","producer","scala"],"latest_commit_sha":null,"homepage":"","language":"Scala","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/samdvr.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-12T00:22:40.000Z","updated_at":"2019-01-21T17:52:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"891080e3-674d-4ea7-837b-b06670109e93","html_url":"https://github.com/samdvr/kafkaesque","commit_stats":{"total_commits":24,"total_committers":2,"mean_commits":12.0,"dds":"0.20833333333333337","last_synced_commit":"59cf46f2707c9146f15ea75f52dc951fd0ba8044"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samdvr/kafkaesque","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdvr%2Fkafkaesque","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdvr%2Fkafkaesque/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdvr%2Fkafkaesque/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdvr%2Fkafkaesque/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samdvr","download_url":"https://codeload.github.com/samdvr/kafkaesque/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdvr%2Fkafkaesque/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266127212,"owners_count":23880420,"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":["kafka","producer","scala"],"created_at":"2024-10-02T11:13:08.849Z","updated_at":"2025-07-20T12:33:23.365Z","avatar_url":"https://github.com/samdvr.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kafkaesque\n\nA simple Kafka Producer\n\n## Usage\n\nLet's say we have defined a case class as follows:\n```Scala\ncase class Person(name: String, age: Int)\n```\n\nafter importing ```Kafkaesque._```\n\nAny instance of our case class has publish which produces the event to Kafka\n\n```Scala\nimport Kafkaesque._\nPerson(\"Sherlock\", 43).publish(\"some-topic\")\n```\nThis also works for Seq[Person]\n\n```Scala\nimport Kafkaesque._\nSeq(Person(\"Sherlock\", 43), Person(\"John\", 46)).publish(\"some-topic\")\n```\n\n\n## Configuration\nKafkaesque by default produces messages to ```localhost:3899``` as the broker host. If you'd like to change this behavior you can define values for ```kafkaesque.brokers``` in your ```application.conf``` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamdvr%2Fkafkaesque","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamdvr%2Fkafkaesque","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamdvr%2Fkafkaesque/lists"}