Hey guys, I have a quick question on Kotlin/Spring...
# spring
m
Hey guys, I have a quick question on Kotlin/SpringBoot. So if I am using SpringBoot to consume APPLICATION_OCTET_STREAM_VALUE, what type of class should I use to read the data? In Java I suppose I should use InputStream and read by byte[]. Thread in Slack Conversation
a
And what is the problem with Kotlin?
InputStream
does not work?