@cubejs-backend/ksql-driver 0.33.21 → 0.33.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -47,7 +47,7 @@ class KsqlDriver extends base_driver_1.BaseDriver {
47
47
  * Returns default concurrency value.
48
48
  */
49
49
  static getDefaultConcurrency() {
50
- return 2;
50
+ return 1;
51
51
  }
52
52
  /**
53
53
  * Class constructor.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@cubejs-backend/ksql-driver",
3
3
  "description": "Cube.js ksql database driver",
4
4
  "author": "Cube Dev, Inc.",
5
- "version": "0.33.21",
5
+ "version": "0.33.25",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/cube-js/cube.git",
@@ -25,9 +25,9 @@
25
25
  "lint:fix": "eslint --fix src/* --ext .ts"
26
26
  },
27
27
  "dependencies": {
28
- "@cubejs-backend/base-driver": "^0.33.21",
29
- "@cubejs-backend/schema-compiler": "^0.33.21",
30
- "@cubejs-backend/shared": "^0.33.21",
28
+ "@cubejs-backend/base-driver": "^0.33.24",
29
+ "@cubejs-backend/schema-compiler": "^0.33.25",
30
+ "@cubejs-backend/shared": "^0.33.24",
31
31
  "async-mutex": "0.3.2",
32
32
  "axios": "^0.21.1",
33
33
  "kafkajs": "^2.2.3",
@@ -44,5 +44,5 @@
44
44
  "@cubejs-backend/linter": "^0.33.0",
45
45
  "typescript": "~4.9.5"
46
46
  },
47
- "gitHead": "c20bb62bf3bd7708ffc99b937a8e13cc60a075e7"
47
+ "gitHead": "b858d30f55e130c9afdef5dea339125af1752ad9"
48
48
  }