Michael Kitange

Results 7 comments of Michael Kitange

I'm also facing this issue. The api I'm calling REQUIRES Content-Type header in a GET request (yes I know why?), otherwise it returns error. I'm currently using another http library,...

Getting the same issue. on jvm 17. From profiling, it seems like VideoFrame object are not garbage collected. The buffers are released, but the object count for VideoFrames and NativeI420Buffer...

I think i fixed it in https://github.com/devopvoid/webrtc-java/pull/86

``` kafka: bootstrap: servers: xxx:99092 consumers: default: specific.avro.reader: true key.deserializer: org.apache.kafka.common.serialization.LongDeserializer value.deserializer: io.confluent.kafka.serializers.KafkaAvroDeserializer schema.registry.url: http://registry-server-url:port ``` this works for me

real question is what is the reason of removing the header if it was set by the user?

also getting this issue java.sql.SQLException: Field 'password' doesn't have a default value if you let the tables be auto generated, then the password column does not get created

removing `@Transient` fixes the problem and password is stored encrypted in the database