kafka-application4s
kafka-application4s copied to clipboard
Results
2
kafka-application4s issues
Sort by
recently updated
recently updated
newest added
Any particular reason why `implicit`s are used instead of computing and passing the `RecordFormat` directly in `HelperSerde.scala`. Does it have an impact or performance?
The build failure is due to the removal of [SecurityManager from Java 18](https://github.com/sbt/sbt/issues/6558#issuecomment-1136926269). That API is used by sbt 1.4 and lower. Hence the build results in [java.lang.UnsupportedOperationException on JDK...