{"id":22574786,"url":"https://github.com/rbento/java-reactor-starter","last_synced_at":"2025-03-28T15:25:51.192Z","repository":{"id":185526209,"uuid":"413017793","full_name":"rbento/java-reactor-starter","owner":"rbento","description":"A starter project to exercise Reactive Programming with Java.","archived":false,"fork":false,"pushed_at":"2023-10-19T05:15:22.000Z","size":88,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-02T15:34:00.809Z","etag":null,"topics":["java","reactive-programming","reactor-core"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rbento.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}},"created_at":"2021-10-03T08:19:47.000Z","updated_at":"2024-07-11T17:11:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"57559868-0559-4b03-81ea-da3671b8c513","html_url":"https://github.com/rbento/java-reactor-starter","commit_stats":null,"previous_names":["rbento/java-reactor-starter"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbento%2Fjava-reactor-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbento%2Fjava-reactor-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbento%2Fjava-reactor-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbento%2Fjava-reactor-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rbento","download_url":"https://codeload.github.com/rbento/java-reactor-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246051648,"owners_count":20715886,"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":["java","reactive-programming","reactor-core"],"created_at":"2024-12-08T03:07:59.956Z","updated_at":"2025-03-28T15:25:51.170Z","avatar_url":"https://github.com/rbento.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# java-reactor-starter\n\n![Build](https://github.com/rbento/java-reactor-starter/actions/workflows/gradle.yml/badge.svg)\n\nA starter project to practice [Reactive Programming](https://en.wikipedia.org/wiki/Reactive_programming) with Java and [Project Reactor](https://projectreactor.io).\n\n### Requirements\n---\n\n- [JDK 21](https://www.azul.com/downloads/?package=jdk#zulu) from Azul\n- [Gradle](https://gradle.org/releases/) 8.4\n\n### Build\n---\n\n```bash\n./gradlew clean build\n```\n\n### Run\n---\n\n```bash\n./gradlew run\n```\n\n### Running with BlockHound\n---\n\n[BlockHound](https://github.com/reactor/BlockHound) is a Java agent that detects blocking calls from non-blocking threads.\n\n##### At the entry point\n\n```\n    public static void main(String[] args) {\n        BlockHound.install();\n        // ...\n    }\n```\n\n##### Set the VM options for BlockHound\n\n```\n    -XX:+AllowRedefinitionToAddDeleteMethods\n    -XX:+EnableDynamicAgentLoading\n```\n\n##### Result when a blocking call is present:\n\n```\n    reactor.blockhound.BlockingOperationError: Blocking call! java.lang.Thread.sleep\n\t    at java.base/java.lang.Thread.sleep(Native Method)\n\t    at com.example.Example.lambda$exampleTest$0(Example.java:16)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbento%2Fjava-reactor-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frbento%2Fjava-reactor-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbento%2Fjava-reactor-starter/lists"}