Git Product home page Git Product logo

Comments (5)

gAmUssA avatar gAmUssA commented on May 23, 2024

Thanks, Mike @mperrault
I will look into this

from demo-scene.

mperrault avatar mperrault commented on May 23, 2024

Thanks!

from demo-scene.

gAmUssA avatar gAmUssA commented on May 23, 2024

hi @mperrault

It looks like you have some complex code there. Some of the components managed by SCS. some of them plain spring-kafka.
Could you simplify your problem in 2-3 sentenses so I can write SCS app from the scratch to reproduce problem with protobuf serializer.
Thank you

from demo-scene.

mperrault avatar mperrault commented on May 23, 2024
  • Refer to Confluent Documentation:
    https://www.confluent.io/blog/spring-for-apache-kafka-deep-dive-part-2-apache-kafka-spring-cloud-stream/
    and section "Overview of Kafka Streams support in Spring Cloud Stream".

  • I want to use a protobuf generated class (e.g. PBuffClass1) for the value of input1, and another protobuf generated class for value of input2 (e.g. PBuffClass2). So, the signature of 'process' would look like:
    public KStream<String, Long> process(@input("input1") KStream<String, PBuffClass1> userClicksStream,
    @input("input2") KTable<String, PBuffClass2> userRegionsTable)

  • what does this look like in the application.yml file for the Serdes config for input1 and input2 using "specific.protobuf.value.type" ?

from demo-scene.

rmoff avatar rmoff commented on May 23, 2024

If this is still an open issue, please post details to https://forum.confluent.io/. Thanks.

from demo-scene.

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.