Dmitry Kropachev

Results 344 issues of Dmitry Kropachev

Sonatype is [sunsetting](https://central.sonatype.org/news/20250326_ossrh_sunset/) OSSRH at the end of June. We need to move publishing to a new account and new API, new plugin: `central-publishing-maven-plugin `

enhancement
lang/java

I observed some unsatisfied interest in having [gocqlx](https://github.com/scylladb/gocqlx) for https://github.com/apache/cassandra-gocql-driver: https://github.com/scylladb/gocqlx/issues/330 https://github.com/scylladb/gocqlx/issues/334 Could you please take a look to onboard gocqlx either as separate repo, or as part of https://github.com/apache/cassandra-gocql-driver.

It writes time in ms instead of seconds and it writes endtime instead of interval

``` var cols []ColumnInfo if meta.colCount < 1000 { // preallocate columninfo to avoid excess copying cols = make([]ColumnInfo, meta.colCount) for i := 0; i < meta.colCount; i++ { f.readCol(&cols[i],...

https://github.com/scylladb/kafka-connect-scylladb/blob/635503e46a4b2bedf3979cc8f98b852fe3abbbc6/src/main/java/io/connect/scylladb/ScyllaDbSinkConnectorConfig.java#L328-L337

Unfortunately, there is only way to publish our package to the confluent - submit email to `[email protected]`. So, there is maven plugin `kafka-connect-maven-plugin` that creates a package and drops it...

Sonatype is [sunsetting](https://central.sonatype.org/news/20250326_ossrh_sunset/) OSSRH at the end of June. We need to move publishing to a new account and new API, new plugin: `central-publishing-maven-plugin `

Default `net.TLS` certificate validation passes if at least one of the intermediate certificates is trusted. It is pretty relaxed (if not unsafe) comparing to `openssl` which requires every intermediate and...

Currently we rebuild framer for every new frame in `newFramerWithExts`. We should build it once and leave it alone, it will need to be updated after initialization is done, i.e....