Git Product home page Git Product logo

Comments (6)

hailin0 avatar hailin0 commented on June 14, 2024

@hailin0

  1. 2.3.4 Release(https://github.com/apache/seatunnel/releases/tag/2.3.4)
  2. new type converter(#5872)
  3. event listener (#6419)

from seatunnel.

hailin0 avatar hailin0 commented on June 14, 2024

@EricJoy2048
2024 roadmap

from seatunnel.

gitfortian avatar gitfortian commented on June 14, 2024

is zeta support write and read kafka with kerberos ,how to set the conf

from seatunnel.

SimonChou12138 avatar SimonChou12138 commented on June 14, 2024

Whether to consider allowing paimon to support concurrent writes? At present, the Writer will write to different buckets at the same time, which will cause write conflicts during the final commit.
In fact, in the official Paimon Api, it is possible to detect which Bucket the Row is in, build a Writer for the corresponding bucket, and then write to it, so that there will be no write conflicts at the end of the commit.
In fact, the write-only parameter of the Paimon table can be used to solve the write conflict problem, but it will have some drawbacks, such as too many small files, skipping compression and deleting expired data.
I have tried that the java api can be implemented, and I have tried to modify it in the existing Paimon Connector. The test in the example is normal, but there are still problems in testing actual tables in production environment. It is considered that the modified write process cannot completely avoid this problem, and it has to be calculated and implemented at the upper level of the flow

from seatunnel.

cqutwangyu avatar cqutwangyu commented on June 14, 2024

Do you consider implementing the process control of the transform? The current transform can only be executed in order, and you cannot perform different transform logic dynamically based on the data.

from seatunnel.

liunaijie avatar liunaijie commented on June 14, 2024

How about publish the docker image when release, the image can include the all connector jar and other lib we need but can't publish to apache package.
Then uses can eaily use or quich start. Also it will help the deployment on k8s.

from seatunnel.

Related Issues (20)

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.