Giter Club home page Giter Club logo

apache / pekko-connectors-kafka Goto Github PK

View Code? Open in Web Editor NEW
21.0 17.0 12.0 3.33 MB

Apache Pekko Kafka Connector - Pekko-Connectors is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Apache Pekko.

Home Page: https://pekko.apache.org/

License: Apache License 2.0

Scala 86.36% Shell 0.01% Java 13.63%
integration java kafka kafka-client kafka-connector pekko reactive reactive-streams scala pekko-connnectors pekko-streams

pekko-connectors-kafka's Issues

`StopFromStage` not delivered

I am using DrainingControl to toggle my kafka subscribe state.

public pause() {
	this.drainingControl
                .drainAndShutdown(system.executionContext())
                 .....
}

public start() {
        this.drainingControl = this.kafkaGraph.run(this.system);
}

when I call the pause() method, the actor system complains StopFromStage wasn't delivered to kafka-consumer-actor...

docs: remove release notes

  • Keep the page but remove the detail pages about each release - they are Akka history
  • Just add a link from main release notes page to the Akka release notes (making it clear it is Akka history)

Move away from using sbt integration config

See https://github.com/sbt/sbt/releases/tag/v1.9.0-RC3, specifically

Deprecation of IntegrationTest configuration
sbt 1.9.0 deprecates IntegrationTest configuration. (RFC-3 proposes to deprecate general use of configuration axis beyond Compile and Test, and this is the first installment of the change.)

The recommended migration path is to create a subproject named "integration", or "foo-integration" etc.

lazy val integration = (project in file("integration"))
  .dependsOn(core) // your current subproject
  .settings(
    publish / skip := true,
    // test dependencies
    libraryDependencies += something % Test,
  )

remove akka specific release train

  • remove release-train-issue-template.md - Lightbend specific - our release docs will probably end up on cwiki.apache.org
  • remove create-release-issue.sh

document release contributors

% ~/code/incubator-pekko/scripts/authors.scala forked-from-akka v1.0.0-RC1
commits  added  removed
     53   3548     2157 PJ Fanning
     34   1514     1209 Matthew de Detrich
      3   2289     2053 Seeta Ramayya
      2    109      139 Sean Glover
      1    817     1378 Auto Format

get tests to work with Scala 3

  • follow up to #58
  • that PR makes the code compile
  • unfortunately something about the scala 3 generated classes upsets the Java jupiter test framework
  • one option would be be to take the Java tests out of the 'tests' module and create a Java only 'java-tests' module
  • we might still be able to run that java-tests module using sbt but we may be forced into using a Java build tool like maven or gradle

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.