Skip to content

Commit 685bcb0

Browse files
committed
Update based on code review
- One flow now sets method at flow definition time - Tests updated to not use port 9090 - Tests disable netty server as it is not needed (and opens port unnecessarily) - Readme updated - Add pom.xml - Rebased
1 parent d8bc0e5 commit 685bcb0

4 files changed

Lines changed: 475 additions & 7 deletions

File tree

basic/grpc-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This will start the Spring Boot application using the [Spring Boot Gradle Plugin
2929
The application expects a gRPC server to be available. By default, it connects to `localhost:9090`. You can configure the server address in `application.properties`:
3030

3131
```properties
32-
spring.grpc.client.channels.local.address=static://localhost:9090
32+
spring.grpc.client.channels.spring-integration.address=static://localhost:9090
3333
```
3434

3535
## Output

0 commit comments

Comments
 (0)