Skip to content
#

connect

Here are 262 public repositories matching this topic...

caritasverein
caritasverein commented Jan 3, 2020

The example code does not work as intended.

Steps to reproduce

Use the example code:

var express = require('express');
var proxy = require('http-proxy-middleware');

var app = express();

app.use(
  '/api',
  proxy({ target: 'http://www.example.org', changeOrigin: true })
);
app.listen(3000);

Expected behavior

This should create a proxy for /api to `http

therefromhere
therefromhere commented May 1, 2020

Something based on https://docs.djangoproject.com/en/3.0/howto/upgrade-version/ would be a good idea.

  • Review the change log for breaking changes
  • Upgrade one feature release at a time (eg 2.2.x to 2.3.x)
  • Test for deprecation warnings before/after each feature release
  • Suggestion to run ./manage.py djstripe_sync_models after feature release in order to populate new fields - link to h
zachariahyoung
zachariahyoung commented Mar 19, 2020

getting the following error message.

ksql> CREATE STREAM CUSTOMERS_SRC WITH (KAFKA_TOPIC='asgard.public.customers', VALUE_FORMAT='AVRO'); Avro schema for message values on topic asgard.public.customers does not exist in the

Improve this page

Add a description, image, and links to the connect topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the connect topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.