Coder Social home page Coder Social logo

stream-me-up-scotty's Introduction

Confluent's Solution Engineering Digital Asset Repository

This repository contains digital assets created and prepared by Confluent's Solution Engineering team. The team will continuously add more content over time. Take a look below at the current list of assets available. Their hyperlinks will take you to the right content in the repository.

Series

Demos

For a list of available demos, please click here. More information on each individual demo can be found on the landing page.

stream-me-up-scotty's People

Contributors

ssubramanian83 avatar zacharydhamilton avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

stream-me-up-scotty's Issues

Install connectors at build-time

@chuck-confluent pointed out the connectors here are installed at runtime, which will impose an avoidable expense on the user. We could greatly improve the experience by letting the build handle this work.

Update kbctl command in demo/application-modernization

kubectl create secret generic kafka-secrets --from-file=.ids/BOOTSTRAP_SERVERS --from-file=.creds/CLIENT_KEY --from-file=.creds/CLIENT_SECRET --from-file=.creds/SASL_JAAS_CONFIG --from-file=.creds/SCHEMA_REGISTRY_API_KEY --from-file=.creds/SCHEMA_REGISTRY_API_SECRET --from-file=.creds/SCHEMA_REGISTRY_BASIC_AUTH_USER_INFO --from-file=.ids/SCHEMA_REGISTRY_URL --from-file=.creds/KSQLDB_API_KEY --from-file=.creds/KSQLDB_API_SECRET --from-file=.ids/KSQLDB_APP_ENDPOINT
command returns the following error

error: error reading .ids/BOOTSTRAP_SERVERS: no such file or directory

I think this is the right command
kubectl create secret generic kafka-secrets --from-file=.secrets/BOOTSTRAP_SERVERS --from-file=.secrets/CLIENT_KEY --from-file=.secrets/CLIENT_SECRET --from-file=.secrets/SASL_JAAS_CONFIG --from-file=.secrets/SCHEMA_REGISTRY_API_KEY --from-file=.secrets/SCHEMA_REGISTRY_API_SECRET --from-file=.secrets/SCHEMA_REGISTRY_BASIC_AUTH_USER_INFO --from-file=.secrets/SCHEMA_REGISTRY_URL --from-file=.secrets/KSQLDB_API_KEY --from-file=.secrets/KSQLDB_API_SECRET --from-file=.secrets/KSQLDB_APP_ENDPOINT

secret/kafka-secrets created

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.