-
**Bug Report**
I have a hosted cloud based Kafka server. The messages can be received perfectly using Kafka Tool.
However, when consuming the same messages using kafka-node, I am getting the follo…
-
## Bug Report
There are total 4 message in 2 partition and one ConsumerGroup client that processes messages
after processing the first message offsets are incorrect
![image](https://user-images.git…
-
## Issue Description
Hi, community I'm facing this issue while working with `oracledb` using `typeorm`.
Getting this error `NJS-018 invalid ResultSet` while calling `oracledb.ResultSet.getRow(…
-
#### One line description of the issue
Error deleting in Django 3.0.5 but works on Django 2.1
#### Python script
```python
def delete_all_users():
for u in OUser.objects.all():
…
-
```
What steps will reproduce the problem?
import pyodbc
db=pyodbc.connect('DSN=Veramtex_tst')
cur=db.cursor()
cur.execute('select cdno from contacts')
cur.execute("select cdno as 'é' from contacts")…
-
```
What steps will reproduce the problem?
import pyodbc
db=pyodbc.connect('DSN=Veramtex_tst')
cur=db.cursor()
cur.execute('select cdno from contacts')
cur.execute("select cdno as 'é' from contacts")…
-
```
What steps will reproduce the problem?
import pyodbc
db=pyodbc.connect('DSN=Veramtex_tst')
cur=db.cursor()
cur.execute('select cdno from contacts')
cur.execute("select cdno as 'é' from contacts")…
-
#### System information:
- Operating system (distribution) and version, Win10
- DBeaver version: 21.0.0
#### Connection specification:
- Database name and version: Hana 2.0 SP4
#### Descri…
-
Hi!
I have next config for my test db table
elasticsearch and river have v. 2.1
```
echo '
{
"type" : "jdbc",
"jdbc" : {
"schedule" : "0 0-59 0-23 ? * *",
"url" : "jdbc:mysql:…
IgorN updated
8 years ago
-
I'm pulling data from my database whose table name is Categories which has columns Cat_id and Cat_name. I currently have 6 rows as my test data and started river instance with the following configurat…