- 
                Notifications
    
You must be signed in to change notification settings  - Fork 68
 
Handle reserved budget in HTTP end frame #1430
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
Conversation
        
          
                ...java/io/aklivity/zilla/runtime/binding/grpc/kafka/internal/stream/GrpcKafkaProxyFactory.java
              
                Outdated
          
            Show resolved
            Hide resolved
        
      | private int replyPadding; | ||
| private long replyBudgetId; | ||
| private int replyMax; | ||
| private int replyPadding; | 
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.
| private int replyPadding; | |
| private long replyBudgetId; | |
| private int replyMax; | |
| private int replyPadding; | |
| private long replyBud; | |
| private int replyPad; | |
| private int replyMax; | 
| String16FW status) | ||
| { | ||
| server.doGrpcNetStatus(traceId, authorization, status); | ||
| server.doGrpcNetStatus(traceId, authorization, server.replyPadding, status); | 
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.
Is this correct? (padding for reserved as parameter)
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.
No, it is not correct it should be 0 as we are handeling abort which was not claimed anywhere. Thanks for the catch.
No description provided.