Git Product home page Git Product logo

Comments (3)

vam-google avatar vam-google commented on August 18, 2024

Hi @nwbirnie,
This looks doable, since TransportChannelProvider is @InternalExtensionOnly and GrpcInterceptorProvider and LocalChannelProvider are @BetaApi (so we can add extensions without formally breaking backward compatibility).

At the same time, this will also require "shading" io.grpc.ClientInterceptor (wrapping it in some other class, so TransportChannelProvider can stay unaware of grpc), which is going to look sloppy. Or, making some empty TransportInterceptorProvider (without methods) and do explicit casting inside implementations, which is also bad oop design. There are must be other options as well but I can't think of any better ones right now.

So if there is a strong reason to do it we definitely can do it, but otherwise I think it would be better to not do it as it somewhat worsens gax's surface.

from sdk-platform-java.

nwbirnie avatar nwbirnie commented on August 18, 2024

So the motivation here is testing. I'm using MockServiceHelper and LocalChannelProvider to test headers being sent in RPCs. I'd like to expand the test scope to include interceptors. Is there another way to test that interceptors are being invoked in unit tests?

In terms of the shading approach, I don't think this is so bad - we're effectively doing the same thing for headers/endpoints etc. except those happen to be native types. Increasing decoupling and adding features to GAX seems like a good option in general.

from sdk-platform-java.

meltsufin avatar meltsufin commented on August 18, 2024

@vam-google Do you have any updated thoughts on this?

from sdk-platform-java.

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.