Luke Chen
Luke Chen
> Thanks for providing the workflow. > > Isn't windows suppose to run with the `mvn.cmd` command? 🤔 I have no clue, I have never used Maven with Windows. >...
@XComp , I added another git action test today. I modified the `wrapperSha256Sum` to verify if we can successfully detect it, and the result works as expected [here](https://github.com/showuon/flink/actions/runs/9643660323/job/26594117819). ``` Run...
@XComp , please help have another look when available. Thanks.
@XComp , kindly ping for another review. Thanks.
@XComp , kindly ping for another review. Thanks.
> Sorry for the delay. Let's get this PR merged. Can you fix the PRs commit history: > > * There shouldn't be any merge commit but only a single...
@kamalcph , I'd like to make sure this PR can be reviewed before [KIP-1075](https://cwiki.apache.org/confluence/display/KAFKA/KIP-1075%3A+Introduce+delayed+remote+list+offsets+purgatory+to+make+LIST_OFFSETS+async) get approved. Is that right?
Well, I'll review KIP-1075 first then.
We recently encountered this issue, too. Do we have any update to this PR?
After investigation, I found it's because the secret key length we set is too short, which is not compliant with FIPS. After increasing the secret key size, everything works fine....