On setting kafka producer property - enable.idempotence to true kafkaProps.put("enable.idempotence" , "true"); I am getting below error - 2021-04-18 16:43:53.58
I am currently trying to merge a number of excel spreadsheets into one workbook to create a monthly master workbook. I have written the following code to try an
I am trying to scrape all the comments from r/europeanunion between 2010 and 2022 using the RedditExtractoR package in R. First step to do this is to extract al
I have a dataframe that contains 4 columns as follows: nb,state,freebk,freebs 901,1,6,14 903,0,2,18 904,1,10,20 905,1,15,5 I want to add all
I train and save a subclassed keras Model in one file, say file A and want to load it in another file B. The problem that I have is that in file A I can save th
I am trying to put icons inside an input/ validatedField. I have searched everywhere I could online but to no avail. Can anyone show me how its done. NB , if I
Can I import a library installed with npm into a web worker? I need to use the moment.js library into a web worker. It is installed via npm into the node_modu
Response content type on REST API endpoints (controller classes or methods) in Spring Boot can be set using the @Produces annotation. Is there a way to set this
I need to store a custom properties in a exchange public folder. I tried to use PropertyAccessor of MapiFolder, as well as the method GetStorage. But these reme
I'm not sure if this is possible, but what I'd like to do is be able to constantly be saving the last X (let's just say 5) seconds of audio being recorded using