{"id":18206545,"url":"https://github.com/stwissel/vertx-sfdc-platformevents","last_synced_at":"2025-04-02T15:30:37.759Z","repository":{"id":57737919,"uuid":"111509172","full_name":"Stwissel/vertx-sfdc-platformevents","owner":"Stwissel","description":"Salesforce Platform Events Client for vert.x integration","archived":false,"fork":false,"pushed_at":"2025-02-13T06:21:00.000Z","size":236,"stargazers_count":8,"open_issues_count":33,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T04:35:51.961Z","etag":null,"topics":["cometd","salesforce","verticle","vertx"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Stwissel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2017-11-21T06:32:39.000Z","updated_at":"2023-11-23T20:07:17.000Z","dependencies_parsed_at":"2024-03-30T20:21:23.224Z","dependency_job_id":"d77477d1-d0aa-456c-aef2-d92d56eaf845","html_url":"https://github.com/Stwissel/vertx-sfdc-platformevents","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stwissel%2Fvertx-sfdc-platformevents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stwissel%2Fvertx-sfdc-platformevents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stwissel%2Fvertx-sfdc-platformevents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stwissel%2Fvertx-sfdc-platformevents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stwissel","download_url":"https://codeload.github.com/Stwissel/vertx-sfdc-platformevents/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246841497,"owners_count":20842604,"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":["cometd","salesforce","verticle","vertx"],"created_at":"2024-11-03T12:05:08.384Z","updated_at":"2025-04-02T15:30:37.448Z","avatar_url":"https://github.com/Stwissel.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[ ![Codeship Status for Stwissel/vertx-sfdc-platformevents](https://app.codeship.com/projects/65890500-b1cd-0135-81e1-7645507f84f6/status?branch=master)](https://app.codeship.com/projects/257955)\n[![Known Vulnerabilities](https://snyk.io/test/github/Stwissel/vertx-sfdc-platformevents/badge.svg?targetFile=pom.xml)](https://snyk.io/test/github/Stwissel/vertx-sfdc-platformevents?targetFile=pom.xml)\n[![Known Vulnerabilities](https://snyk.io/test/github/Stwissel/vertx-sfdc-platformevents/badge.svg?targetFile=vertx-sfdc-core%2Fpom.xml)](https://snyk.io/test/github/Stwissel/vertx-sfdc-platformevents?targetFile=vertx-sfdc-core%2Fpom.xml)\n[![Known Vulnerabilities](https://snyk.io/test/github/Stwissel/vertx-sfdc-platformevents/badge.svg?targetFile=vertx-sfdc-redis%2Fpom.xml)](https://snyk.io/test/github/Stwissel/vertx-sfdc-platformevents?targetFile=vertx-sfdc-redis%2Fpom.xml)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b6619f054b1d4535a9c9a5235928da4c)](https://www.codacy.com/app/Stwissel/vertx-sfdc-platformevents?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=Stwissel/vertx-sfdc-platformevents\u0026amp;utm_campaign=Badge_Grade)\n\n\n# [Salesforce vert.x integration](https://stwissel.github.io/vertx-sfdc-platformevents)\n\nCollection of verticles that enable interaction with the Salesforce API\nCheck the [full documentation](https://stwissel.github.io/vertx-sfdc-platformevents)!\n\n## Current released version\n\nThe current released version is `0.3.3`\u003cbr /\u003e\nDevelopment might have newer snapshots\n\n## Available Verticles\n\n- Authentication\n- Subscription to platform events\n- Process platform events\n- Main/Setup Verticle\n- Deduplication Verticle (messages already processed get discarded\n\nCheck the [full documentation](https://stwissel.github.io/vertx-sfdc-platformevents)!\n\n## Setup and Configuration\n\nAdd this dependencies to your `pom.xml`:\n\n```\n\u003cdependency\u003e\n\t\u003cgroupId\u003enet.wissel.salesforce\u003c/groupId\u003e\n\t\u003cartifactId\u003evertx-sfdc-core\u003c/artifactId\u003e\n\t\u003cversion\u003e0.3.3\u003c/version\u003e\n\u003c/dependency\u003e\n\u003c!-- Optional for deduplication service if Redis is your choice --\u003e\n\u003cdependency\u003e\n\t\u003cgroupId\u003enet.wissel.salesforce\u003c/groupId\u003e\n\t\u003cartifactId\u003evertx-sfdc-redis\u003c/artifactId\u003e\n\t\u003cversion\u003e0.3.3\u003c/version\u003e\n\u003c/dependency\u003e\n```\nCheck the [full documentation](https://stwissel.github.io/vertx-sfdc-platformevents)!\n\nArtifacts on [Maven Central](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22net.wissel.salesforce%22)\n\n## Change Log\nList of [changes](https://stwissel.github.io/vertx-sfdc-platformevents/changelog.html) in reverse order\n## Issues and feedback\n\nI would love to hear about your implementation or ideas or challenges, so \n[open an issue on GitHub](https://github.com/Stwissel/vertx-sfdc-platformevents/issues) - even for sharing success. Don't be shy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstwissel%2Fvertx-sfdc-platformevents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstwissel%2Fvertx-sfdc-platformevents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstwissel%2Fvertx-sfdc-platformevents/lists"}