Matt Jensen
Results
2
issues of
Matt Jensen
I am unable to add `kafka-connect-http` as a Gradle dependency as follows: ``` dependencies { implementation( [group: "com.github.castorm", name: "kafka-connect-http", version: kafka_connect_http_version] ) } ``` The problem appears to be...
bug
The plugin does not include Jetty Websocket support, so an attempt to run an application which uses websockets will fail. When I start an application which uses spring-websocket, for example,...