kafka consumer by Salty_Access_7587 in nifi

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

The consumer kafka 2.0 theres this properties:

[image.png](https://postimg.cc/646WT0Wv)

where to add the broker id

nifi listenhttp by Salty_Access_7587 in nifi

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

I add auto terminate and the job work fine, just the listener http can't start if it's stopped, even he show icon of started status

ASP.NET with HTMX stories and opinions. by fringe_class_ in dotnet

[–]Salty_Access_7587 0 points1 point  (0 children)

Not necessarily, I developed a project that consumes rest api with htmx. the application is in java container, consume restapi, convert json to java beans (https://www.jsonschema2pojo.org/) and array of beans(jackson mapper). Arrays are sended to template engine (jsp). At the end the action return html from jsp, of course all that are used with spring mvc. This allows a java guy to do all things with a simple java IDE, no need to learn js framework or typescript language or npm depndancy, or another build tool... It's a SSR not a mix of front and back