Phu Nguyen
Phu Nguyen
Here are issues with fixed ES document version: https://github.com/confluentinc/kafka-connect-elasticsearch/issues/142 https://github.com/confluentinc/kafka-connect-elasticsearch/issues/308 I implemented the feature for user need customize the ES external version by kafka message offset, kafka message timestamp, or...
Pyarmor version: 7.6.2 Simple classes: **foo.py** ``` class Foo: def hello(self, name): print("hello {}".format(name)) ``` **bar.py** ``` from foo import Foo class Bar: def __init__(self): self.foo = Foo() if __name__...
I have a problem when obfuscating using super mode, the exception: RuntimeError: Link object failed My environment: ``` Linux aarch64 PyArmor Version 7.6.1 Python 3.9.13 Purchased pyarmor license ``` This...
- `timerThread` must canceled before cancel `writerThread` in `MongoDbSinkTask`. - With `OFFSETS_COLLECTION` no need using `collectionFormat` in `MongoDbWriter`. - Allowed using any type of ID (such as `Mongo ObjectID`) instead...