Almaz

Results 15 comments of Almaz

@OneCricketeer actually and usually apps consumes from one topic as group member and from other topic as unique member (with unique groupID). so groupID must be related to topic, not...

can but if need it. but i need that i explained

i consider other libs also. the confluence solution with acl (librdkafka) looks nice and fast but the issue makes it worse - spends more resources and time for open new...

it seems to be because of cloudfront. using cloudfront you increase dependency and reduce reliability of your services. professionals are massively removing their domains from the cloudfront

data in firebase: ``` { "bike1": { "name: "b", "ph": 9070987 }, "bike2": { "name: "a", "ph": 90754647 } } ``` in the code: ``` let geoFire = new GeoFire(Firebase.database().ref());...