Wrong example of creating PbjGrpcClient
Open
Beginner friendly
- Dominant language
- Java
- Stars
- 44
- Forks
- 15
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 12
Description
Hello,
please show actual example of using PbjGrpcClient because usage-guide is wrong.
```java
PbjGrpcClient grpcClient = PbjGrpcClient.builder()
.host("localhost")
.port(8080)
.build();
```
Builder method not exists.
Contributor guide
Research direction
Start with the usage-guide entry for PbjGrpcClient and compare its example with the current Java API, focusing on the builder call shown in the issue. Replace the invalid example with a working construction example and verify that the documented methods match the implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 75/100