-
Got the following error trying to run Kafka on flink on a mac/docker setup. Running the following `flink.ssql`:
```
%flink.ssql
DROP TABLE IF EXISTS user_behavior;
CREATE TABLE user_behavior (
…
-
Hey!
We're using this connector to try and stream a dataset of around 3.2m rows to BigQuery (at around 6.5k messages/second). It works great at first but at some point in the dataset we're seeing i…
-
I tried with the M1 branch however it gives below logs in a loop.
```
fraud-detection-demo-kafka-cp-kafka-headless-1 | [main-SendThread(zoo1:2181)] INFO org.apache.zookeeper.ClientCnxn - Socket…
-
Hi @arrawatia, have you seen this by any chance?
curl -X POST \
http://localhost:8083/connectors \
-H 'Accept: */*' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
…
-
In version 2.1.0, if there is a temporary connection issue with BigQuery (connection reset) the task fails immediately and doesn't retry.
This is the exception reported in the failing task:
```
o…
-
I don't have the schema registry, so instead I send schema with the kafka event, to use field partitioner. If I use the Json writer, everything works fine. Even if I use the parquet write, it works fi…
-
https://github.com/ambersun1234/chirpy.ambersun1234.github.io/issues/8
+ [ ] sql, nosql, newsql
+ [ ] ER model
+ [ ] elastic search
+ [x] b+ tree
+ [x] b tree, hash index
+ [x] table sca…
-
Description
===========
Hi Experts,
I'm building application following this example: https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/oauth/java/appsecret/consumer
My co…
-
my Kafka cluster is SSL enabled (NO SASL or ACL).
![image](https://user-images.githubusercontent.com/9597603/28285995-99ecfc88-6aeb-11e7-846b-e6df21834799.png)
I am getting below error in the ka…
-
My MongoDB source configuration is:-
{
"name": "MongoDbSourceConnector",
"config": {
"connector.class": "io.debezium.connector.mongodb.MongoDbConnector",
"tasks.max": "1",
"ke…