{"id":25720079,"url":"https://github.com/gregwhitaker/netifi-springboot-example-screencast2","last_synced_at":"2026-05-12T13:41:46.685Z","repository":{"id":82732578,"uuid":"227952957","full_name":"gregwhitaker/netifi-springboot-example-screencast2","owner":"gregwhitaker","description":"Example Code for Netifi Spring Boot Screentcast - Part 2","archived":false,"fork":false,"pushed_at":"2019-12-14T02:34:06.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T17:41:31.371Z","etag":null,"topics":["netifi","netifi-broker","netifi-java","netifi-spring","reactive","reactive-streams","rsocket","rsocket-java","rsocket-rpc","spring-boot"],"latest_commit_sha":null,"homepage":"","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/gregwhitaker.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,"publiccode":null,"codemeta":null}},"created_at":"2019-12-14T02:09:01.000Z","updated_at":"2019-12-14T02:34:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"1dab293f-7508-4d6c-9a6f-552567b6a182","html_url":"https://github.com/gregwhitaker/netifi-springboot-example-screencast2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gregwhitaker/netifi-springboot-example-screencast2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregwhitaker%2Fnetifi-springboot-example-screencast2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregwhitaker%2Fnetifi-springboot-example-screencast2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregwhitaker%2Fnetifi-springboot-example-screencast2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregwhitaker%2Fnetifi-springboot-example-screencast2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregwhitaker","download_url":"https://codeload.github.com/gregwhitaker/netifi-springboot-example-screencast2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregwhitaker%2Fnetifi-springboot-example-screencast2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32942140,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"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":["netifi","netifi-broker","netifi-java","netifi-spring","reactive","reactive-streams","rsocket","rsocket-java","rsocket-rpc","spring-boot"],"created_at":"2025-02-25T17:36:30.128Z","updated_at":"2026-05-12T13:41:46.681Z","avatar_url":"https://github.com/gregwhitaker.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# netifi-springboot-example-screencast2\nExample code for the Getting Started with Netifi and Spring Boot Screencast - Part 2.\n\n## Instructions\nThis builds upon the hello service created in Part 1 of this screen cast. Follow along and add code to complete the\nproject. \n\nIf you get stuck, the `solution` branch contains the final code.\n\n## Project Structure\nThis example contains the following interesting projects / directories:\n\n- [docker](docker) - Docker Compose configuration for running a Netifi Broker.\n- [hello-client](hello-client) - RSocket client that calls the `hello-service` and requests a hello.\n- [hello-service](hello-service) - RSocket service that returns hello messages.\n- [hello-service-idl](hello-service-idl) - Protobuf contract that defines the API of the `hello-service` and is used to generate both the service and client code.\n\n## Building the Example\nRun the following command to build the example:\n\n    ./gradlew clean build\n    \n## Running the Example\nFollow the steps below to run the example:\n\n1. Ensure you have a running Netifi Broker. If not, run the following commands to start a new broker:\n\n        cd docker\n        docker-compose up\n        \n2. In a new terminal, run the following command to start the `hello-service`:\n\n        ./gradlew :hello-service:bootRun\n        \n3. In a new terminal, run the following command to start the `hello-client` and send a request to the `hello-service`:\n\n        ./gradlew :hello-client:bootRun\n\n## Bugs and Feedback\nFor bugs, questions, and discussions please use the [Github Issues](https://github.com/gregwhitaker/netifi-springboot-example-screencast/issues).\n\n## Support\nSupport for Netifi and RSocket is available on the [Netifi Community Forums](https://community.netifi.com).\n\n## License\nCopyright 2019 Netifi Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregwhitaker%2Fnetifi-springboot-example-screencast2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregwhitaker%2Fnetifi-springboot-example-screencast2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregwhitaker%2Fnetifi-springboot-example-screencast2/lists"}