๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Is there a way to purge the topic in Kafka

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Apache-Kafka Purge

I pushed a message that was too big into a kafka message topic on my local machine now Im getting an error kafkacommonInvalidMessageSizeException invalid

Thumbnail for Posts

javalangOutOfMemoryError GC overhead limit exceeded duplicate

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Hashmap Heap-Memory G1gc

This question already has answers here Error javalangOutOfMemoryError GC overhead limit exceeded 24 answers Closed 5 years ago I am getting this error in a

Thumbnail for Posts

JavaScript naming conventions closed

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Naming-Conventions

As it currently stands this question is not a good fit for our QampA format We expect answers to be supported by facts references or expertise but this

Thumbnail for Posts

Link to all Visual Studio variables

๐Ÿ“‚ Categories: Programming

I was having a look at ConfigurationProjectDir etc in Visual Studio 2008 for Prebuild events Is there a link to all of these variables with a definition for

Thumbnail for Posts

Make Iframe to fit 100 of containers remaining height

๐Ÿ“‚ Categories: Html
๐Ÿท๏ธ Tags: Css Iframe

I want to design a web page with a banner and an iframe I hope the iframe can fill all the remaining page height and be resized automatically as the browser is

Thumbnail for Posts

Modify tick label text

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Matplotlib Xticks Yticks

I want to make some modifications to a few selected tick labels in a plot For example if I do label axesyaxisgetmajorticks2label labelsetfontsizesize

Thumbnail for Posts

MySQL Cloning a MySQL database on the same MySql instance

๐Ÿ“‚ Categories: Mysql
๐Ÿท๏ธ Tags: Database Copy Clone

I would like to write a script which copies my current database sitedb1 to sitedb2 on the same mysql database instance I know I can dump the sitedb1 to a sql

Thumbnail for Posts

MySQL selecting rows where a column is null

๐Ÿ“‚ Categories: Mysql
๐Ÿท๏ธ Tags: Null

Im having a problem where when I try to select the rows that have a NULL for a certain column it returns an empty set However when I look at the table in

Thumbnail for Posts

Need to list all triggers in SQL Server database with table name and tables schema

๐Ÿ“‚ Categories: Sql

I need to list all triggers in SQL Server database with table name and tables schema Im almost there with this SELECT triggername name triggerowner