-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: closed range streaming #633
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job, looks good on first glance. I leave some initial comments, also I would personally never use var
, I understand that may be more of a "code style" remark, but it is really hard to determine what the type is supposed to be.
server/src/main/java/com/hedera/block/server/consumer/HistoricBlockStreamSupplier.java
Outdated
Show resolved
Hide resolved
server/src/main/java/com/hedera/block/server/consumer/HistoricBlockStreamSupplier.java
Outdated
Show resolved
Hide resolved
server/src/main/java/com/hedera/block/server/consumer/HistoricBlockStreamSupplier.java
Outdated
Show resolved
Hide resolved
server/src/test/java/com/hedera/block/server/pbj/PbjBlockStreamServiceProxyTest.java
Outdated
Show resolved
Hide resolved
simulator/src/main/java/com/hedera/block/simulator/grpc/impl/ConsumerStreamGrpcClientImpl.java
Outdated
Show resolved
Hide resolved
server/src/test/java/com/hedera/block/server/consumer/HistoricBlockStreamSupplierTest.java
Outdated
Show resolved
Hide resolved
5923d9d
to
8328c95
Compare
server/src/main/java/com/hedera/block/server/consumer/ConsumerStreamResponseObserver.java
Outdated
Show resolved
Hide resolved
b6b183c
to
0e6bff6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! Looks good! 💯
just 1 nit.
server/src/main/java/com/hedera/block/server/config/ServerMappedConfigSourceInitializer.java
Show resolved
Hide resolved
bdbc477
to
fef13ef
Compare
Signed-off-by: Matt Peterson <[email protected]>
fef13ef
to
e8f7bbf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Reviewer Notes
PbjBlockStreamServiceProxy
consumer.sh
to pass the smoke tests after the changes.Related Issue(s)