authorjapps
authorjapps
### Background - Recently in twitter a folk from CapGemini is looking for WebHook testing. - Tweet link: https://twitter.com/iamsoham/status/1090977861404631040 - AT the face of it sounds like set of Http...
- Raise a new PR with it and we will make a new release with lombok (e.g. `version = 1.0.37-RC-lombok` ) _(Use this new Issue No. for your commits)_ -...
AC: Upgrade the dependant libraries to their latest compatible version with Java8. This seems like a pre-req or a good excersize before switching to Java17. - - - - Some...
AC: provide a Beta release from this branch for target SDK as java17
AC1: - Refer to other OSS projects on how it is done so - List some links here for reference and their good features AC2: - Preferably use a OpenSource...
To get a better throughput - Instead of doing a simple produce and waiting for a record-meta-data, perform a async produce with a callback.
> RecordMetadata metadata = producer.send(record).get(); Currently the framework logs the info as below, but it's better to retrieve it in the response if it was available. ```java LOGGER.info("Record sent with...
The Problem: === Unable to compile protoc related stuffs in mac m3 architecture. Suggest a newer version of this library which can run on osx-aarch_64 without throwing any error. -...
Actual === ``` "timeNow":"${LOCAL.DATETIME.NOW:yyyy-MM-dd'T'HH:mm:ss.SSSSSS}Z" Generates: “2023-12-06T14:17:47.738000” 🔴