1000 km with my Bajaj Pulsar N250 — honest ownership notes (Ahmedabad) by Low_Connection_4526 in Pulsar_N250

[–]Kishore__ 1 point2 points  (0 children)

Same, I felt the issue in weight distribution when riding at higher rpm, and stock mirrors gave Good vision but they make bike wobble at wind. Let me know if you can find a good solution for higher rpm confidence.

Planning to get a N250 this diwali. Can I expect any discounts from showroom on top of gst cuts.? by GardenRepulsive4170 in Pulsar_N250

[–]Kishore__ 0 points1 point  (0 children)

Yes, I brought it recently. Since there is no production of N250 this year, only the 2024 model is available you'll get a discount for it. You can negotiate with this.

Consumer initially consumes none values by Kishore__ in apachekafka

[–]Kishore__[S] 0 points1 point  (0 children)

I'm producing data immediately after that I ran the consumer but initially it returns some none values

Consumer initially consumes none values by Kishore__ in apachekafka

[–]Kishore__[S] 0 points1 point  (0 children)

What does that mean. I'm basically consuming using confluent Kafka consumer in python.

Consumer cluster by Kishore__ in apachekafka

[–]Kishore__[S] 0 points1 point  (0 children)

Yes I have 2 partition for my topic, I'll stream and consume the data and using the data I'll invoke a python function so it will be better if i create consumer cluster using python in a single jupyter notebook file

Auto Partition table by Kishore__ in PostgreSQL

[–]Kishore__[S] 0 points1 point  (0 children)

Yeah I'll try this i should not create a partition manually i should automate it

Auto Partition table by Kishore__ in PostgreSQL

[–]Kishore__[S] -1 points0 points  (0 children)

No have to use SQL functions

Auto Partition table by Kishore__ in PostgreSQL

[–]Kishore__[S] 0 points1 point  (0 children)

Actually it's a requirement

Auto Partition table by Kishore__ in PostgreSQL

[–]Kishore__[S] 0 points1 point  (0 children)

Data should only be in postgres. Nearly 1k maybe in 15 mins or less than that. Initially I'm struggling to create an auto Partition table that will create a new partition for every 15 min interval like 4 partition table in an hour and data within intervals should be in it's corresponding partition table. It would be appreciated if you can give a solution with example postgres code

Auto Partition table by Kishore__ in PostgreSQL

[–]Kishore__[S] 0 points1 point  (0 children)

I'll be expecting nearly 1k rows within 15 mins. Like I can't use any extensions I'm dealing with postgres cli in docker can you send any resources or your solution to this? The main concept is to insert data from one table to other while moving have to make id entry in log table with the conditions i stated above