{"id":27603690,"url":"https://github.com/automq/schemamessagewriter","last_synced_at":"2025-07-24T09:36:06.055Z","repository":{"id":269685758,"uuid":"907192347","full_name":"AutoMQ/schemaMessageWriter","owner":"AutoMQ","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-25T09:49:04.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-22T19:18:44.852Z","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/AutoMQ.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":"2024-12-23T03:29:01.000Z","updated_at":"2024-12-25T09:49:07.000Z","dependencies_parsed_at":"2024-12-25T10:27:31.782Z","dependency_job_id":null,"html_url":"https://github.com/AutoMQ/schemaMessageWriter","commit_stats":null,"previous_names":["automq/schemamessagewriter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AutoMQ%2FschemaMessageWriter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AutoMQ%2FschemaMessageWriter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AutoMQ%2FschemaMessageWriter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AutoMQ%2FschemaMessageWriter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AutoMQ","download_url":"https://codeload.github.com/AutoMQ/schemaMessageWriter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250306606,"owners_count":21408927,"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":"2025-04-22T19:18:46.959Z","updated_at":"2025-04-22T19:18:47.514Z","avatar_url":"https://github.com/AutoMQ.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Schema Message Writer\n\n\u003e A demo utility tool for AutoMQ, designed to generate and send messages based on Avro schemas. This tool helps demonstrate AutoMQ's Kafka-compatible features by providing an easy way to produce test messages that conform to specified Avro schemas.\n\n\n## Features\n\n- Generate random data based on Avro schema definitions\n- Integrate with Kafka Schema Registry\n- Configure message count and sending intervals\n- Command-line interface support\n\n## Installation\n\n```bash\ngit clone https://github.com/AutoMQ/schema-message-writer.git\ncd schema-message-writer\nmvn clean install\n```\n\n## Quick Start\n\n1. Start Kafka and Schema Registry\n2. Run the application:\n\n```bash\njava -jar target/schema-message-writer-1.0-SNAPSHOT-jar-with-dependencies.jar \\\n  -b localhost:9092 \\\n  -r http://localhost:8081 \\\n  -t your-topic \\\n  -s schema.json\n```\n\n## Configuration\n\n| Option | Description | Default |\n|--------|-------------|---------|\n| -b, --bootstrap-servers | AutoMQ bootstrap servers | localhost:9092 |\n| -r, --schema-registry | Schema Registry URL | Required |\n| -t, --topic | Kafka topic name | Required |\n| -s, --schema | Schema JSON file/string | Required |\n| -c, --count | Number of messages | 1 |\n| -d, --delay | Delay between messages (ms) | 1000 |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautomq%2Fschemamessagewriter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautomq%2Fschemamessagewriter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautomq%2Fschemamessagewriter/lists"}