Git Product home page Git Product logo

Comments (6)

LinyuYao1021 avatar LinyuYao1021 commented on August 22, 2024

Hi,

Thanks for reaching out. Our configuration parameters are case sensitive. We will look deeper to see if we can support for insensitive ones.

from aws-glue-schema-registry.

WhiskyTangoFawks avatar WhiskyTangoFawks commented on August 22, 2024

I would like to bump this issue. I ran into the same problem- the confluent docker container creates the configs with all lower case, so it's impossible to use this library with them without hacking a workaround.

from aws-glue-schema-registry.

mohitpali avatar mohitpali commented on August 22, 2024

While i am looking into this, would you mind describing your use case ?

from aws-glue-schema-registry.

WhiskyTangoFawks avatar WhiskyTangoFawks commented on August 22, 2024

During startup, the confluent docker containers create all the config files, based on env variables (set in the docker compose). You can add the aws-registry variables to the env variables, and confluents scripts will put them in the config files, but they're all in lower case. I'm doing a spike, and looking at using a containerized kafka connect with aws glue. What I would like to do is be able to configure it through the docker compose env variables, and let the config scripts create the config files without having to either alter the library or script. Having it accept either an all lower case, or be case insensitive, would solve the issue.

from aws-glue-schema-registry.

feigi avatar feigi commented on August 22, 2024

Hi, having this issue too. Trying to pass on config params using docker-compose environment variables:

kafka-connect:
    image: confluentinc/cp-kafka-connect:latest
    ...
    environment:
      ...
      # these 2 values currently rely on a custom fix in the aws library due to a case conversion issue
      CONNECT_VALUE_CONVERTER_SCHEMAAUTOREGISTRATIONENABLED: True
      CONNECT_VALUE_CONVERTER_AVRORECORDTYPE: "GENERIC_RECORD"

from aws-glue-schema-registry.

cfrommert avatar cfrommert commented on August 22, 2024

Any updates on this? It would be nice to set the ENV vars for a ECS service.

from aws-glue-schema-registry.

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.