sanjuthomas/kafka-connect-orientdb

View on GitHub
src/main/java/com/sanjuthomas/orientdb/writer/OrientDBWriter.java

Summary

Maintainability
A
1 hr
Test Coverage

Method write has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  @SuppressWarnings("deprecation")
  public Mono<WriteResult> write(final Mono<List<WritableRecord>> writableRecords) {
    return writableRecords
      .doOnNext(records -> {
        document.activateOnCurrentThread();
Severity: Minor
Found in src/main/java/com/sanjuthomas/orientdb/writer/OrientDBWriter.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status