Jure Žvelc
Jure Žvelc
In django admin when deleting translation following error occurs (delete-translation/de/): type object 'WysiwygWidgetFormFormSet' has no attribute 'fk' Location: parler/admin.py in _get_inline_translations, line 503 Problem is with formset pk which doesn't...
Description =========== We have hit the same issue as described in https://github.com/confluentinc/confluent-kafka-dotnet/issues/701. First publish to a topics takes ~1s. Workaround with prefetching metadata works in golang but doesn't work in...
Description =========== In golang implementation OffsetTail is available which returns the logical offset relativeOffset from current end of partition. It would be great to have this also available in python....