firehose
firehose copied to clipboard
make protoc plugin compatiable for M1 chip & fix some tc
This fixes the Gradle build failures when running on M1 chipset
I added a condition to check for OS type and downloads the jar for osx-x86_64 as that still works for M1. If we don't do this, Gradle tries to download the jar osx-aarch_64 which is not available for distribution. Ref: https://github.com/grpc/grpc-java/issues/7690
:heavy_check_mark: Checklist
- [x] Updated
build.gradleforprotocandprotoc-gen-grpc-javacorrect versions - [x] Fixed dependency conflict for
snappy-java - [x] Fixed test cases on
src/test/java/io/odpf/firehose/serializer/MessageToJsonTest.javathat missed a comma in the assertion while comparing timestamp. (Mar 20, 2017, 10:54:00 AM) Missed a comma after2017 - [x] Updated gRPC test files mentioned port from
5000to5050because macOS 13 has port5000used by Control Center (link)