Gregory D

Results 8 comments of Gregory D

I cannot find the string in neither linux nor mac version. It seems to exist only in Windows.

here is the PR: https://github.com/adashen/vscode-tomcat/pull/263

@roberfi thanks. This is now merged into my repository.

``` { "connector.class": "io.confluent.connect.jdbc.JdbcSinkConnector", "tasks.max": 1, "connection.url": "jdbc:mysql://...", "topics": "metadataRestaurant", "pk.mode": "record_key", "insert.mode": "upsert", "delete.enabled": false, "auto.create": true, "auto.evolve": true, "batch.size": 100 } ``` The other 2 have the same...

Same problem here

@pallas, I've increased it from 64 to 256 and still getting the NULL buffer error. I should have mentioned that the problem was not there when the RPi was on...

I also seem to have this problem on one of the projects. Cleaning workspace does not fix it. I can reproduce it every single time. It is a Maven project....