Almaz
Almaz
Concerning https://github.com/confluentinc/examples/blob/master/clients/cloud/python/consumer.py Is there any way in your lib to subscribe on new topics addition to already work subscription(s) and unsubscribe from few topics continuing subscriptions on others?
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue). - [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct). - [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already...
How can I close producer's broker connection manually? It seems to leave zombie processes in cases of asyncio loop in threads. Thanks in advance
How can I add and remove topic from consumption with different group id?
Does Consumer.pause(partitions) cause other group members will poll messages? Will group rebalance be there? Thanks in advance
Description =========== How to pass an offset/message to the next member of a consumer group? i.e. if the current consumer process has been failed. consumer.pause() instead of consumer.commit(msg) does not...
python 3.8.4 === store = { 'app':{ 'cfg1':'one', 'cfg2':'two' } } `a = firebase.child('store/app/cfg1').get().val()` `b = firebase.child('store/app/cfg2').get().val()` `print(a, b) #>>> one None`
# Bug Report ## Problem Android Studio Logcat: E/Capacitor/Console: File: http://localhost/main.26d719c053273456.js - Line 1 - Msg: Blocked call to navigator.vibrate because user hasn't tapped on the frame or any embedded...
the line ``` var QRCode = require("qrcode"); ``` in your module causes "global is not defined". package.json in my case: ``` ... "dependencies": { "@angular/common": "~9.0.4", "@angular/core": "~9.0.4", ... ```...
**mapbox-gl-js version**: "version": "3.2.0" **browser**: 1. Google Chrome Version 123.0.6312.122 (Official Build) (64-bit) 2. 124.0.2 (64-bit) ### Steps to Trigger Behavior 1. let map = new Map({ accessToken: , container:...