Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Commit 4ff0533

Browse files
committed
Merge pull request #9 from thanos/master
fixes #8
2 parents 158639e + 9aec2d8 commit 4ff0533

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stormkafkamon/processor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ def emit(self, record):
1212
import struct
1313
import socket
1414
from collections import namedtuple
15-
from kafka.client import KafkaClient, OffsetRequest
15+
from kafka.client import KafkaClient
16+
from kafka.common import OffsetRequestPayload
1617

1718
class ProcessorError(Exception):
1819
def __init__(self, msg):

0 commit comments

Comments
 (0)