-
I already copy kafka-connect-oracle-1.0.jar and ojdbc7.jar to KAFKA_HOME/libs.
./bin/connect-standalone.sh config/connect-standalone.properties config/OracleSourceConnector.properties
ERROR:
` ERR…
-
I've been using the linux lib without issues and am trying to port my code over to windows:
I believe I'm following (inspired by) the wiki directions ... and I've done the following to checkout pr…
-
KSQL currently lets you take a non-windowed stream and perform a windowed group by:
```sql
CREATE TABLE T as SELECT stuff FROM S WINDOW TUMBLING (SIZE 1 SECOND) group by something;
```
Which i…
-
I have a 3 node kafka cluster running 0.8.1.1, recently updated from 0.8.1 and noticing now that producing from Ruby/Poseidon is having trouble. If I'm reading correctly, it appears that Poseidon is …
-
Similar to how Lagom starts/stops Cassandra and Kafka, it could be useful to register the startup/cleanup/destroy/etc... of external services to be managed by `sbt` or other build tools.
See https:…
-
In the JoinGroup structs, the consumer can pass a protocol that it supports. However, if you read the explanation behind this design, [it says](https://cwiki.apache.org/confluence/display/KAFKA/A+Guid…
-
I'm investigating on CDC tools to capture data in MongoDB(using its oplogs) and write that data to Kafka.
Can someone suggest on how to write an adapter to capture events from MongoDb oplogs and write…
-
**Describe what enhancement you'd like to have**
librdkafka shall allow reuse an existing Kafka consumer for different topic partition.
For example,
at time t1, user queries topic1 by using ex…
-
Description
===========
Getting the following exception when building a consumer using 1.0.0-beta3:
Unhandled Exception: System.DllNotFoundException: Failed to load the librdkafka native librar…
-
### Brief Issue Summary
I have successfully got my project to configure (and build):
```
[main] Configuring folder: odin-data
[main] For the best experience, CMake server or file-api support is…