Giter Club home page Giter Club logo

Comments (6)

jiazhai avatar jiazhai commented on August 17, 2024

@jianyun8023 would you please help answer this question and add related doc?

from pulsar-flink.

jianyun8023 avatar jianyun8023 commented on August 17, 2024

@jianyun8023 would you please help answer this question and add related doc?

Okay, the documentation for the connector is really not enough, I will add the documentation.

from pulsar-flink.

jianyun8023 avatar jianyun8023 commented on August 17, 2024

It does not currently support setting messageRoutingMode(MessageRoutingMode.SinglePartition) to select the partition to which the message is sent.

String pulsarBrokerRootUrl = "pulsar://localhost:6650";
String topic = "persistent://my-tenant/my-namespace/my-topic";

PulsarClient pulsarClient = PulsarClient.builder().serviceUrl(pulsarBrokerRootUrl).build();
Producer<byte[]> producer = pulsarClient.newProducer()
        .topic(topic)
        .messageRoutingMode(MessageRoutingMode.SinglePartition)
        .create();
producer.send("Partitioned topic message".getBytes());

from pulsar-flink.

jiazhai avatar jiazhai commented on August 17, 2024

@jianyun8023 if this is supported, we should update the readme and docs

from pulsar-flink.

jianyun8023 avatar jianyun8023 commented on August 17, 2024

Custom MessageRouting is currently not supported. Thank you for your suggestion. Support will be added in subsequent versions.

from pulsar-flink.

reswqa avatar reswqa commented on August 17, 2024

in #209, Because upsert requires a message router for the key, So this feature is supported by the way.

from pulsar-flink.

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.